aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-259/athanasius/perl/ch-2.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-259/athanasius/perl/ch-2.pl b/challenge-259/athanasius/perl/ch-2.pl
index 18ac96c7e4..f158f27bb1 100644
--- a/challenge-259/athanasius/perl/ch-2.pl
+++ b/challenge-259/athanasius/perl/ch-2.pl
@@ -93,8 +93,6 @@ use Const::Fast;
use Regexp::Common qw( number );
use Test::More;
-use Data::Dump;
-
const my $BS_CODE => chr 1;
const my $QU_CODE => chr 2;
const my $USAGE => <<END;