From b6692177144c213f5efeb79355569a64407e8f14 Mon Sep 17 00:00:00 2001 From: Evan Giles Date: Mon, 1 Jul 2019 08:25:46 +1200 Subject: Update t/00-compile.t to use OO interface ...because the functional interface is deprecated. --- t/00-compile.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); -- cgit v1.2.3