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-101 | |
| 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-101')
| -rw-r--r-- | challenge-101/paulo-custodio/test.pl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/challenge-101/paulo-custodio/test.pl b/challenge-101/paulo-custodio/test.pl index 01ed2b83cd..ba6c37260b 100644 --- a/challenge-101/paulo-custodio/test.pl +++ b/challenge-101/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'; |
