aboutsummaryrefslogtreecommitdiff
path: root/challenge-058
diff options
context:
space:
mode:
authorMark Anderson <mark@frontrangerunner.com>2020-05-03 10:09:02 -0600
committerMark Anderson <mark@frontrangerunner.com>2020-05-03 10:09:02 -0600
commitdf9c47a27733279982dbddc509707dee7b615aa7 (patch)
treef21102cf4d7f4e002518ce7f2620c0c5ce136ee7 /challenge-058
parent2255281782b28aba2028dd41e64c4e098691f87e (diff)
downloadperlweeklychallenge-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.pl2
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.