From 4e3744a15c4d8bdb46c11ead2fb56c5f591b714b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 2 Feb 2023 14:13:24 -0800 Subject: maint: require perl 5.010 or later This is needed for better treatment of high-res timestamps. --- bin/aclocal.in | 2 +- bin/automake.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 , and # Alexandre Duret-Lutz . -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'; -- cgit v1.2.1