aboutsummaryrefslogtreecommitdiff
path: root/challenge-117
diff options
context:
space:
mode:
authorMohammad S Anwar <Mohammad.Anwar@yahoo.com>2021-06-20 19:04:25 +0100
committerGitHub <noreply@github.com>2021-06-20 19:04:25 +0100
commit1769cc8300770514d3bb92317d7f3368711e45fa (patch)
tree09b9efc8c7a45825bcd3d94b1ee88bee4402eacc /challenge-117
parent35abb3405622b757e8218ec2ab4421de253cb1c1 (diff)
parentabff22fe18e53d4292497b8e84bbeab0ddd54e78 (diff)
downloadperlweeklychallenge-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-xchallenge-117/paulo-custodio/test.pl7
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';