summaryrefslogtreecommitdiff
path: root/lib/Autom4te/XFile.pm
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-03-06 12:45:10 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-03-06 12:45:10 +0100
commita5edd74e69a2b35441a5fa4e99d7c1942084460d (patch)
tree41d3db268da696f31af9d9ab918410189d4ef3e1 /lib/Autom4te/XFile.pm
parent20626b671f85102be1cb4a848ffa7789c35fc540 (diff)
downloadautoconf-a5edd74e69a2b35441a5fa4e99d7c1942084460d.tar.gz
maint: resync files from upstream
Since the perl version required in Automake::Getopt has been recently lowered from 5.6.2 to 5.6.0, this change has the nice effect of making autoconf compatible again with all perls in the 5.6.x release series. * maint.mk: Resync via 'make fetch'. * lib/Autom4te/Channels.pm: Likewise. * lib/Autom4te/Configure_ac.pm: Likewise. * lib/Autom4te/FileUtils.pm: Likewise. * lib/Autom4te/Getopt.pm: Likewise. * lib/Autom4te/XFile.pm: Likewise.
Diffstat (limited to 'lib/Autom4te/XFile.pm')
-rw-r--r--lib/Autom4te/XFile.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Autom4te/XFile.pm b/lib/Autom4te/XFile.pm
index bfa6a43d..28d5bc66 100644
--- a/lib/Autom4te/XFile.pm
+++ b/lib/Autom4te/XFile.pm
@@ -69,7 +69,7 @@ and C<getlines> methods to translate C<\r\n> to C<\n>.
=cut
-require 5.000;
+use 5.006;
use strict;
use vars qw($VERSION @EXPORT @EXPORT_OK $AUTOLOAD @ISA);
use Carp;