Changeset 11030
- Timestamp:
- 05/03/08 21:32:41 (5 years ago)
- Location:
- lang/perl/HTTP-Engine/branches/moose
- Files:
-
- 1 added
- 1 modified
-
Makefile.PL (modified) (3 diffs)
-
t/TEST.PL (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/branches/moose/Makefile.PL
r10913 r11030 1 1 use inc::Module::Install 0.72; 2 BEGIN 3 { 4 eval { require mod_perl2 }; 5 { 6 no strict 'refs'; 7 *HAVE_MP = $@ ? sub { 0 } : sub { 1 }; 8 } 9 } 10 11 if (HAVE_MP) { 12 require Apache::TestMM; 13 Apache::TestMM->import(qw(clean test)); 14 } 2 15 3 16 { … … 82 95 #); 83 96 # 97 if (HAVE_MP) { 98 Apache::TestMM::filter_args(); 99 Apache::TestMM::generate_script('t/TEST'); 100 } 101 84 102 build_requires 'Test::More'; 85 103 use_test_base; … … 87 105 auto_install; 88 106 WriteAll; 107
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)