Revision: 73
http://apache-dispatch.svn.sourceforge.net/apache-dispatch/?rev=73&view=rev
Author: phred_moyer
Date: 2009-04-06 04:25:50 +0000 (Mon, 06 Apr 2009)
Log Message:
-----------
Find subtle bug in Apache::Bootstrap
Modified Paths:
--------------
trunk/Makefile.PL
Modified: trunk/Makefile.PL
===================================================================
--- trunk/Makefile.PL 2009-04-06 03:41:35 UTC (rev 72)
+++ trunk/Makefile.PL 2009-04-06 04:25:50 UTC (rev 73)
@@ -4,14 +4,14 @@
use warnings;
# minimum version of A::B required
-use Apache::Bootstrap 0.05;
+use Apache::Bootstrap 0.06;
my $bootstrap;
BEGIN {
# make sure we have at least one minimum version required
$bootstrap = Apache::Bootstrap->new({ mod_perl2 => 1.99022,
- mod_perl1 => 0, });
+ mod_perl => 1.30 });
}
# allow builds with mod_perl one when MOD_PERL_1_BUILD ENV is set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|