aboutsummaryrefslogtreecommitdiff
path: root/challenge-007
diff options
context:
space:
mode:
authorJoelle Maslak <jmaslak@antelope.net>2019-05-10 13:45:53 +0000
committerJoelle Maslak <jmaslak@antelope.net>2019-05-10 13:45:53 +0000
commit76632484a651ef201bf5b75af258f1322b422337 (patch)
tree2016484830964f7467f6d69a1fb39bcb8d40fb04 /challenge-007
parentb56391d5da2bbf19adeb55706a1868f497f08649 (diff)
downloadperlweeklychallenge-club-76632484a651ef201bf5b75af258f1322b422337.tar.gz
perlweeklychallenge-club-76632484a651ef201bf5b75af258f1322b422337.tar.bz2
perlweeklychallenge-club-76632484a651ef201bf5b75af258f1322b422337.zip
Remove unnecessary module
Diffstat (limited to 'challenge-007')
-rwxr-xr-xchallenge-007/joelle-maslak/perl5/ch-2.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-007/joelle-maslak/perl5/ch-2.pl b/challenge-007/joelle-maslak/perl5/ch-2.pl
index dde6d3a028..6aaccd1ba0 100755
--- a/challenge-007/joelle-maslak/perl5/ch-2.pl
+++ b/challenge-007/joelle-maslak/perl5/ch-2.pl
@@ -2,7 +2,6 @@
use v5.26;
use strict;
use warnings;
-use Carp;
# Turn on method signatures
use feature 'signatures';