summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-02-02 14:13:24 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-02-02 14:20:09 -0800
commit4e3744a15c4d8bdb46c11ead2fb56c5f591b714b (patch)
treeb781fb38ae4a73266c5ac0355f458285d57b7d38 /bin
parent6d6fc91c472fd84bd71a1b012fa9ab77bd94efea (diff)
downloadautomake-4e3744a15c4d8bdb46c11ead2fb56c5f591b714b.tar.gz
maint: require perl 5.010 or later
This is needed for better treatment of high-res timestamps.
Diffstat (limited to 'bin')
-rw-r--r--bin/aclocal.in2
-rw-r--r--bin/automake.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/aclocal.in b/bin/aclocal.in
index f04cb30d8..34c253048 100644
--- a/bin/aclocal.in
+++ b/bin/aclocal.in
@@ -19,7 +19,7 @@
# Written by Tom Tromey <tromey@redhat.com>, and
# Alexandre Duret-Lutz <adl@gnu.org>.
-use 5.006;
+use 5.010;
use strict;
use warnings FATAL => 'all';
diff --git a/bin/automake.in b/bin/automake.in
index 139d5ad93..afd296afa 100644
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -22,7 +22,7 @@
package Automake;
-use 5.006;
+use 5.010;
use strict;
use warnings FATAL => 'all';