From: Andrew DeFaria Date: Tue, 20 Jul 2021 19:07:26 +0000 (-0700) Subject: Changed to use Perl 5.026 X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=f094366fff4ec21f14b0bdc5ff14d86f6222b91c;p=clearscm.git Changed to use Perl 5.026 --- 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';