diff options
Diffstat (limited to 'challenge-092')
| -rw-r--r-- | challenge-092/paulo-custodio/test.pl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/challenge-092/paulo-custodio/test.pl b/challenge-092/paulo-custodio/test.pl index 01ed2b83cd..ba6c37260b 100644 --- a/challenge-092/paulo-custodio/test.pl +++ b/challenge-092/paulo-custodio/test.pl @@ -1,7 +1,4 @@ -#!/usr/bin/perl - -use strict; -use warnings; -use 5.030; - +#!/usr/bin/env perl +use Modern::Perl; +use Test::More; require '../../challenge-001/paulo-custodio/test.pl'; |
