Changed to use Perl 5.026
authorAndrew DeFaria <Andrew@DeFaria.com>
Tue, 20 Jul 2021 19:07:26 +0000 (12:07 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Tue, 20 Jul 2021 19:07:26 +0000 (12:07 -0700)
maps/bin/mapsutil.pl

index 054f5fb..76ff209 100755 (executable)
@@ -15,7 +15,7 @@
 use strict;
 use warnings;
 
-use 5.030;
+use 5.026;
 
 # For use of the given/when (See https://perlmaven.com/switch-case-statement-in-perl5)
 no warnings 'experimental';