Revision: 17
Author: phred_moyer
Date: 2006-04-17 19:39:38 -0700 (Mon, 17 Apr 2006)
ViewCVS: http://svn.sourceforge.net/apache-dispatch/?rev=17&view=rev
Log Message:
-----------
- I didn't think that it should be mod_perl2 here but perl has a different
opinion.
Modified Paths:
--------------
trunk/Makefile.PL
Modified: trunk/Makefile.PL
===================================================================
--- trunk/Makefile.PL 2006-04-18 02:37:54 UTC (rev 16)
+++ trunk/Makefile.PL 2006-04-18 02:39:38 UTC (rev 17)
@@ -17,6 +17,7 @@
'PREREQ_PM' => \%prereq,
);
+
# enable "make test"
require Apache::TestMM;
Apache::TestMM->import(qw(test clean));
@@ -30,7 +31,7 @@
$makefile_params{clean} = {FILES => "@scripts"};
if ($mp_wanted == 2) { # mod_perl2 specific makefile
- $prereq{'mod_perl'} = 1.99023; # this covers the naming change
+ $prereq{'mod_perl2'} = 1.99023; # this covers the naming change
$makefile_params{'NAME'} = 'Apache2::Dispatch';
require ModPerl::MM;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|