From ad031e04b0dde95ad9354ac6b6e87aee0d3be327 Mon Sep 17 00:00:00 2001 From: Evan Giles Date: Mon, 1 Jul 2019 10:11:22 +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 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(); -- cgit v1.2.3