Author: geoff
Date: Fri Mar 11 09:54:15 2005
New Revision: 157125

URL: http://svn.apache.org/viewcvs?view=rev&rev=157125
Log:
get things installing again

Modified:
    perl/modperl/branches/apache2-rename-unstable/Changes
    perl/modperl/branches/apache2-rename-unstable/lib/ModPerl/BuildMM.pm

Modified: perl/modperl/branches/apache2-rename-unstable/Changes
URL: 
http://svn.apache.org/viewcvs/perl/modperl/branches/apache2-rename-unstable/Changes?view=diff&r1=157124&r2=157125
==============================================================================
--- perl/modperl/branches/apache2-rename-unstable/Changes (original)
+++ perl/modperl/branches/apache2-rename-unstable/Changes Fri Mar 11 09:54:15 
2005
@@ -12,6 +12,11 @@
 
 =item 1.999_22-dev
 
+remove MP_INST_APACHE2 installation option and Apache2.pm - all
+mod_perl related files will now be installed so they are visible
+via standard @INC.  also, refuse to install over mod_perl 2 versions
+less than 1.999_22.  [Geoffrey Young]
+
 remove CGI.pm and Apache::Request dependencies from Apache2::Status
 since they weren't used at all [Geoffrey Young]
 

Modified: perl/modperl/branches/apache2-rename-unstable/lib/ModPerl/BuildMM.pm
URL: 
http://svn.apache.org/viewcvs/perl/modperl/branches/apache2-rename-unstable/lib/ModPerl/BuildMM.pm?view=diff&r1=157124&r2=157125
==============================================================================
--- perl/modperl/branches/apache2-rename-unstable/lib/ModPerl/BuildMM.pm 
(original)
+++ perl/modperl/branches/apache2-rename-unstable/lib/ModPerl/BuildMM.pm Fri 
Mar 11 09:54:15 2005
@@ -41,7 +41,7 @@
 sub mod_install {
     q{$(PERL) -I$(INST_LIB) -I$(PERL_LIB) \\}."\n" .
     qq{-I$apache_test_dir -MModPerl::BuildMM \\}."\n" .
-    q{-e "ModPerl::MM::install([EMAIL 
PROTECTED],'$(VERBINST)',0,'$(UNINST)');"}."\n";
+    q{-e "ExtUtils::Install::install([EMAIL 
PROTECTED],'$(VERBINST)',0,'$(UNINST)');"}."\n";
 }
 
 my $build;


Reply via email to