From 76632484a651ef201bf5b75af258f1322b422337 Mon Sep 17 00:00:00 2001 From: Joelle Maslak Date: Fri, 10 May 2019 13:45:53 +0000 Subject: Remove unnecessary module --- challenge-007/joelle-maslak/perl5/ch-2.pl | 1 - 1 file changed, 1 deletion(-) 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'; -- cgit