diff options
| author | Joelle Maslak <jmaslak@antelope.net> | 2019-05-10 13:45:53 +0000 |
|---|---|---|
| committer | Joelle Maslak <jmaslak@antelope.net> | 2019-05-10 13:45:53 +0000 |
| commit | 76632484a651ef201bf5b75af258f1322b422337 (patch) | |
| tree | 2016484830964f7467f6d69a1fb39bcb8d40fb04 /challenge-007 | |
| parent | b56391d5da2bbf19adeb55706a1868f497f08649 (diff) | |
| download | perlweeklychallenge-club-76632484a651ef201bf5b75af258f1322b422337.tar.gz perlweeklychallenge-club-76632484a651ef201bf5b75af258f1322b422337.tar.bz2 perlweeklychallenge-club-76632484a651ef201bf5b75af258f1322b422337.zip | |
Remove unnecessary module
Diffstat (limited to 'challenge-007')
| -rwxr-xr-x | challenge-007/joelle-maslak/perl5/ch-2.pl | 1 |
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'; |
