summaryrefslogtreecommitdiff
path: root/lib/Automake/ChannelDefs.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/ChannelDefs.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/ChannelDefs.pm')
-rw-r--r--lib/Automake/ChannelDefs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Automake/ChannelDefs.pm b/lib/Automake/ChannelDefs.pm
index 1c436645e..bfe5ba548 100644
--- a/lib/Automake/ChannelDefs.pm
+++ b/lib/Automake/ChannelDefs.pm
@@ -44,7 +44,7 @@ shorthand function to output on specific channels.
=cut
-use 5.006;
+use 5.010;
use strict;
use warnings FATAL => 'all';