diff options
| author | PerlMonk-Athanasius <PerlMonk.Athanasius@gmail.com> | 2024-03-10 23:23:28 +1000 |
|---|---|---|
| committer | PerlMonk-Athanasius <PerlMonk.Athanasius@gmail.com> | 2024-03-10 23:23:28 +1000 |
| commit | fcdc388bf0341a9d082259b2ba8957996b010290 (patch) | |
| tree | 21483a7a8c4cd452945b31a4680667cd25cf4755 | |
| parent | 719f3312f68de8fea734f85a157fbf202e9539e2 (diff) | |
| download | perlweeklychallenge-club-fcdc388bf0341a9d082259b2ba8957996b010290.tar.gz perlweeklychallenge-club-fcdc388bf0341a9d082259b2ba8957996b010290.tar.bz2 perlweeklychallenge-club-fcdc388bf0341a9d082259b2ba8957996b010290.zip | |
Remove Data::Dump
| -rw-r--r-- | challenge-259/athanasius/perl/ch-2.pl | 2 |
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; |
