stas 2003/10/01 11:22:03
Modified: perl-framework/Apache-Test install-pl Changes
Log:
in the Apache/test.pm nuke code s/PERLRUN/FULLPERL/ as older MakeMaker
doesn't have the PERLRUN target
Revision Changes Path
1.2 +1 -1 httpd-test/perl-framework/Apache-Test/install-pl
Index: install-pl
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/install-pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- install-pl 18 Jun 2003 08:55:57 -0000 1.1
+++ install-pl 1 Oct 2003 18:22:03 -0000 1.2
@@ -58,7 +58,7 @@
return <<EOF;
nuke_Apache__test:
-\t\$(PERLRUN) -MExtUtils::Install -e \\
+\t\$(FULLPERL) -MExtUtils::Install -e \\
\t"-e qq{$cleanup_packlist} && uninstall(qq{$cleanup_packlist}, 1, 0)"
EOF
1.48 +3 -0 httpd-test/perl-framework/Apache-Test/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -u -r1.47 -r1.48
--- Changes 1 Oct 2003 13:45:42 -0000 1.47
+++ Changes 1 Oct 2003 18:22:03 -0000 1.48
@@ -8,6 +8,9 @@
=item 1.05-dev
+in the Apache/test.pm nuke code s/PERLRUN/FULLPERL/ as older MakeMaker
+doesn't have the PERLRUN target [Stas]
+
Apache 1.3 servers now run in standard prefork mode under
normal operation. single server mode (httpd -X) was replaced
with MaxClients set to 1 by default. [Geoffrey Young]