From ab87a3e5e3ca1f406023459b57023947093ef2fe Mon Sep 17 00:00:00 2001 From: Evan Giles Date: Tue, 2 Jul 2019 20:21:56 +1200 Subject: Update t/00-compile.t to use OO interface ...because the functional interface is deprecated --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index c45ef14..2c09c81 100644 --- a/Build.PL +++ b/Build.PL @@ -6,7 +6,7 @@ use Module::Build; my $build = Module::Build->new( build_requires => { - 'Test::Compile' => 0, + 'Test::Compile' => "1.3.0", 'Test::Fatal' => 0, 'Test::More' => 0, 'Test::Pod' => 0, -- cgit v1.2.3