stas 2003/08/06 14:27:52
Modified: . Makefile.PL
Log:
we already require 5.8.x for WIN32 at the top of Makefile.PL
Revision Changes Path
1.108 +0 -5 modperl-2.0/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- Makefile.PL 28 Jul 2003 17:32:33 -0000 1.107
+++ Makefile.PL 6 Aug 2003 21:27:52 -0000 1.108
@@ -336,11 +336,6 @@
"Upgrade to 5.8.0 or higher";
exit 1;
}
-
- if (WIN32 and $] < 5.008) {
- error "You are running a Perl version 5.6.x\n" .
- "We strongly suggest you upgrade to 5.8\n";
- }
}
sub system_sanity_check {