diff options
| author | Mark Anderson <mark@frontrangerunner.com> | 2020-05-03 10:09:02 -0600 |
|---|---|---|
| committer | Mark Anderson <mark@frontrangerunner.com> | 2020-05-03 10:09:02 -0600 |
| commit | df9c47a27733279982dbddc509707dee7b615aa7 (patch) | |
| tree | f21102cf4d7f4e002518ce7f2620c0c5ce136ee7 /challenge-058 | |
| parent | 2255281782b28aba2028dd41e64c4e098691f87e (diff) | |
| download | perlweeklychallenge-club-df9c47a27733279982dbddc509707dee7b615aa7.tar.gz perlweeklychallenge-club-df9c47a27733279982dbddc509707dee7b615aa7.tar.bz2 perlweeklychallenge-club-df9c47a27733279982dbddc509707dee7b615aa7.zip | |
Perl Solutions
Diffstat (limited to 'challenge-058')
| -rw-r--r-- | challenge-058/mark-anderson/perl/ch-1.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
