diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-07-02 20:48:54 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-07-02 20:48:54 +0200 |
commit | b217a6fa1302ecbc0d9625486bf0d2c2dfbc507c (patch) | |
tree | 3c73ed2d6177fb596131e742f44e630d26867cc1 /t | |
parent | 1bba19544b7f558a8b9faffead741d750a345480 (diff) | |
parent | ff8b45613669da70c2a204213f5095c911aeccc6 (diff) |
Diffstat (limited to 't')
-rwxr-xr-x | t/00-compile.t | 4 |
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(); |