stas 2003/08/07 09:46:32
Modified: . Makefile.PL
Log:
revert, need to use Apache::TestConfig::WIN32, not WIN32
Revision Changes Path
1.116 +1 -1 modperl-2.0/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- Makefile.PL 7 Aug 2003 16:30:33 -0000 1.115
+++ Makefile.PL 7 Aug 2003 16:46:32 -0000 1.116
@@ -505,7 +505,7 @@
my $env = Apache::TestConfig->passenv_makestr();
- my $preamble = WIN32 ? "" : <<EOF;
+ my $preamble = Apache::TestConfig::WIN32 ? "" : <<EOF;
PASSENV = $env
EOF