aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.