From f094366fff4ec21f14b0bdc5ff14d86f6222b91c Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Tue, 20 Jul 2021 12:07:26 -0700 Subject: [PATCH] Changed to use Perl 5.026 --- maps/bin/mapsutil.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/bin/mapsutil.pl b/maps/bin/mapsutil.pl index 054f5fb..76ff209 100755 --- a/maps/bin/mapsutil.pl +++ b/maps/bin/mapsutil.pl @@ -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'; -- 2.17.1