summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-07-02 20:48:54 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-07-02 20:48:54 +0200
commitb217a6fa1302ecbc0d9625486bf0d2c2dfbc507c (patch)
tree3c73ed2d6177fb596131e742f44e630d26867cc1 /t
parent1bba19544b7f558a8b9faffead741d750a345480 (diff)
parentff8b45613669da70c2a204213f5095c911aeccc6 (diff)
Merge branch 'egiles-master'HEADmaster
Diffstat (limited to 't')
-rwxr-xr-xt/00-compile.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/00-compile.t b/t/00-compile.t
index 31e3f3e..e430701 100755
--- a/t/00-compile.t
+++ b/t/00-compile.t
@@ -5,4 +5,6 @@ use 5.010;
use Test::More;
use Test::Compile;
-all_pl_files_ok('bin/icli');
+my $test = Test::Compile->new();
+$test->all_files_ok('bin/icli');
+$test->done_testing();