From df9c47a27733279982dbddc509707dee7b615aa7 Mon Sep 17 00:00:00 2001 From: Mark Anderson Date: Sun, 3 May 2020 10:09:02 -0600 Subject: Perl Solutions --- challenge-058/mark-anderson/perl/ch-1.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge-058/mark-anderson/perl/ch-1.pl b/challenge-058/mark-anderson/perl/ch-1.pl index 11d4d6dfb3..bdc367a910 100644 --- a/challenge-058/mark-anderson/perl/ch-1.pl +++ b/challenge-058/mark-anderson/perl/ch-1.pl @@ -2,7 +2,7 @@ use Modern::Perl; use Test::More; -use feature qw(switch signatures); +use feature qw(signatures); no warnings qw(experimental); # Leading zeroes are ignored. -- cgit