aboutsummaryrefslogtreecommitdiff
path: root/challenge-012
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2021-01-26 23:31:20 +0000
committerPaulo Custodio <pauloscustodio@gmail.com>2021-01-26 23:31:20 +0000
commit8f7f5c93def45398db496f35e7921cfe0d264d1d (patch)
tree7f141de93b08d38f0e5fc5930ec93fc4ef311638 /challenge-012
parent8902910406fe11ec55932be70d1df508f61c083d (diff)
downloadperlweeklychallenge-club-8f7f5c93def45398db496f35e7921cfe0d264d1d.tar.gz
perlweeklychallenge-club-8f7f5c93def45398db496f35e7921cfe0d264d1d.tar.bz2
perlweeklychallenge-club-8f7f5c93def45398db496f35e7921cfe0d264d1d.zip
Remove List::Util and Data::Dump dependencies
Diffstat (limited to 'challenge-012')
-rw-r--r--challenge-012/paulo-custodio/perl/ch-2.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-012/paulo-custodio/perl/ch-2.pl b/challenge-012/paulo-custodio/perl/ch-2.pl
index d3d39d2184..8aa3015ae9 100644
--- a/challenge-012/paulo-custodio/perl/ch-2.pl
+++ b/challenge-012/paulo-custodio/perl/ch-2.pl
@@ -17,8 +17,6 @@ use strict;
use warnings;
use 5.030;
-use Data::Dump 'dump';
-
# extract a common prefix, if one exists
sub extract_common_prefix {
my($paths) = @_;