summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-07-02 20:53:27 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-07-02 20:53:27 +0200
commitf95d0921816573fb3ec13e809cf26402c3ba7709 (patch)
tree773ed3f7906f0414c382aac67903f1b52993e75c /t
parent4f3532a532af5c7888f79b4f68f987b7a7de417a (diff)
parent8d8c88cce46c0d3124a1ba242daa0d2072406e82 (diff)
Merge branch 'egiles-patch-1'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 0b0ce37..8e594a8 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/hashl');
+my $test = Test::Compile->new();
+$test->all_files_ok('bin/hashl');
+$test->done_testing();