diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2021-06-20 01:41:24 +0100 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2021-06-20 01:41:24 +0100 |
| commit | 312b048962f94d027705faf70894fd36e21f4db6 (patch) | |
| tree | 3cf8ece8ae6e59af721b4b36fb4a045a5b03f7cb /challenge-112 | |
| parent | 0ed815ce97a445c5a43d6eb496b29970d1d89bc7 (diff) | |
| download | perlweeklychallenge-club-312b048962f94d027705faf70894fd36e21f4db6.tar.gz perlweeklychallenge-club-312b048962f94d027705faf70894fd36e21f4db6.tar.bz2 perlweeklychallenge-club-312b048962f94d027705faf70894fd36e21f4db6.zip | |
Normalize test scripts
Diffstat (limited to 'challenge-112')
| -rwxr-xr-x | challenge-112/paulo-custodio/test.pl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/challenge-112/paulo-custodio/test.pl b/challenge-112/paulo-custodio/test.pl index cf1ced98e0..ba6c37260b 100755 --- a/challenge-112/paulo-custodio/test.pl +++ b/challenge-112/paulo-custodio/test.pl @@ -1,7 +1,4 @@ #!/usr/bin/env perl - -use strict; -use warnings; -use 5.030; - +use Modern::Perl; +use Test::More; require '../../challenge-001/paulo-custodio/test.pl'; |
