diff options
| author | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2023-05-01 22:15:04 +0200 |
|---|---|---|
| committer | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2023-05-01 22:15:04 +0200 |
| commit | dcbe98cd32952432889ab3f145e580d61646c669 (patch) | |
| tree | 88a8261a22a8aa24e1583837b4e70a049923eaf4 | |
| parent | 494087c9511fb60e2f084ddc16287ada9c594cd8 (diff) | |
| download | perlweeklychallenge-club-dcbe98cd32952432889ab3f145e580d61646c669.tar.gz perlweeklychallenge-club-dcbe98cd32952432889ab3f145e580d61646c669.tar.bz2 perlweeklychallenge-club-dcbe98cd32952432889ab3f145e580d61646c669.zip | |
cleanup
| -rwxr-xr-x | challenge-147/jo-37/perl/ch-1.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-147/jo-37/perl/ch-1.pl b/challenge-147/jo-37/perl/ch-1.pl index bef3fd8a26..674a46beff 100755 --- a/challenge-147/jo-37/perl/ch-1.pl +++ b/challenge-147/jo-37/perl/ch-1.pl @@ -2,9 +2,7 @@ use v5.24; use Test2::V0; -use warnings FATAL => 'all'; use Math::Prime::Util qw(fromdigits todigits is_prime); -use Data::Dump qw(dd pp); use experimental 'signatures'; our ($tests, $examples, $base); |
