summaryrefslogtreecommitdiff
path: root/lib/Automake/Configure_ac.pm
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 /lib/Automake/Configure_ac.pm
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 'lib/Automake/Configure_ac.pm')
-rw-r--r--lib/Automake/Configure_ac.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Automake/Configure_ac.pm b/lib/Automake/Configure_ac.pm
index efd428e2a..d4751ee26 100644
--- a/lib/Automake/Configure_ac.pm
+++ b/lib/Automake/Configure_ac.pm
@@ -20,7 +20,7 @@
package Automake::Configure_ac;
-use 5.006;
+use 5.010;
use strict;
use warnings FATAL => 'all';