diff options
| -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'; |
