]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
getopt: relax version requirement for perl
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 7 Mar 2012 22:26:24 +0000 (23:26 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 7 Mar 2012 22:26:24 +0000 (23:26 +0100)
* lib/Automake/Getopt.pm: Require perl 5.6.0, not 5.6.2: the former
is enough.  See also commit 'v1.11-2054-g7df05a0' on master (dated
04-03-2012).

lib/Automake/Getopt.pm

index 84cee5e4a9f9b2c002cef084bce8f6a7a43a80da..e1a39681ea080706d36c71596032a7f5518871ee 100644 (file)
@@ -30,7 +30,7 @@ line options in conformance to the GNU Coding standards.
 
 =cut
 
-use 5.006_002;
+use 5.006;
 use strict;
 use warnings FATAL => 'all';
 use Exporter ();