Reduced the Perl version requirement to 5.36 where needed.

This commit is contained in:
Dave Morriss 2025-04-17 15:15:55 +01:00
parent 960c5acc83
commit 2be464f879

View File

@ -32,11 +32,11 @@
# VERSION: 0.4.4
# ORIGINAL: 2014-04-24 16:08:30
# CREATED: 2025-03-13 15:07:35
# REVISION: 2025-04-15 23:36:56
# REVISION: 2025-04-17 15:12:27
#
#===============================================================================
use v5.40;
use v5.36;
use utf8;
use feature qw{ say state try };