]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Require Perl 5.005_03 instead of just 5.005, as some tests fail
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Oct 2001 19:52:43 +0000 (19:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Oct 2001 19:52:43 +0000 (19:52 +0000)
with 5.005_02.

lib/Autom4te/General.pm
lib/Autom4te/Struct.pm

index eb6e5c3b7b78558877458e3ad0614489bd399f1f..d7959071b38c8975e72c76aba9189dedf64dd11e 100644 (file)
@@ -18,7 +18,7 @@
 
 package Autom4te::General;
 
-use 5.005;
+use 5.005_03;
 use Exporter;
 use File::Basename;
 use File::stat;
index 6a3e90d066d071a721b7fca4e6914fc104a40a18..3753d7d42f64a8ef3929173ebb7844902ebf57a8 100644 (file)
@@ -26,7 +26,7 @@ package Autom4te::Struct;
 
 ## See POD after __END__
 
-use 5.005;
+use 5.005_03;
 
 use strict;
 use vars qw(@ISA @EXPORT $VERSION);