summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2023-02-07 22:39:29 -0600
committerPaul Eggert <eggert@cs.ucla.edu>2023-03-29 12:15:34 -0700
commit0e127700bdc1c96590d01d55ecd48b0864292c4f (patch)
treeb5203ce96fda0ab884c0ea89829af0cf75310409 /bin
parent0901ccdd0cb21bfa3911a2668615e388fef94426 (diff)
downloadautomake-0e127700bdc1c96590d01d55ecd48b0864292c4f.tar.gz
Revert "maint: require perl 5.010 or later"
This reverts commit 4e3744a15c4d8bdb46c11ead2fb56c5f591b714b. Copyright-paperwork-exempt: yes
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 34c253048..f04cb30d8 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.010;
+use 5.006;
use strict;
use warnings FATAL => 'all';
diff --git a/bin/automake.in b/bin/automake.in
index f249064d5..1c13a3187 100644
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -22,7 +22,7 @@
package Automake;
-use 5.010;
+use 5.006;
use strict;
use warnings FATAL => 'all';