Changeset 11033 for lang/perl/HTTP-Engine/branches/moose/Makefile.PL
- Timestamp:
- 05/03/08 22:14:35 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/HTTP-Engine/branches/moose/Makefile.PL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/branches/moose/Makefile.PL
r11030 r11033 2 2 BEGIN 3 3 { 4 eval { require mod_perl2 }; 4 eval { 5 require mod_perl2; 6 require Apache::Test; 7 }; 5 8 { 6 9 no strict 'refs'; … … 11 14 if (HAVE_MP) { 12 15 require Apache::TestMM; 13 Apache::TestMM->import(qw(clean test));16 Apache::TestMM->import(qw(clean)); 14 17 } 15 18
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)