diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2021-06-20 19:04:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-20 19:04:25 +0100 |
| commit | 1769cc8300770514d3bb92317d7f3368711e45fa (patch) | |
| tree | 09b9efc8c7a45825bcd3d94b1ee88bee4402eacc /challenge-117 | |
| parent | 35abb3405622b757e8218ec2ab4421de253cb1c1 (diff) | |
| parent | abff22fe18e53d4292497b8e84bbeab0ddd54e78 (diff) | |
| download | perlweeklychallenge-club-1769cc8300770514d3bb92317d7f3368711e45fa.tar.gz perlweeklychallenge-club-1769cc8300770514d3bb92317d7f3368711e45fa.tar.bz2 perlweeklychallenge-club-1769cc8300770514d3bb92317d7f3368711e45fa.zip | |
Merge pull request #4295 from pauloscustodio/paulo-custodio
Paulo custodio
Diffstat (limited to 'challenge-117')
| -rwxr-xr-x | challenge-117/paulo-custodio/test.pl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/challenge-117/paulo-custodio/test.pl b/challenge-117/paulo-custodio/test.pl index cf1ced98e0..ba6c37260b 100755 --- a/challenge-117/paulo-custodio/test.pl +++ b/challenge-117/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'; |
