aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-335/packy-anderson/perl/ch-1.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-335/packy-anderson/perl/ch-1.pl b/challenge-335/packy-anderson/perl/ch-1.pl
index 1f69dce850..8390ca3224 100755
--- a/challenge-335/packy-anderson/perl/ch-1.pl
+++ b/challenge-335/packy-anderson/perl/ch-1.pl
@@ -5,7 +5,6 @@ use List::AllUtils qw( reduce );
use Set::Bag;
sub commonCharacters(@words) {
- use Data::Dumper::Concise;
my @bags = map {
Set::Bag->new( map { $_ => 1 } split //, $_ )
} @words;