From ff8b45613669da70c2a204213f5095c911aeccc6 Mon Sep 17 00:00:00 2001 From: Evan Giles Date: Tue, 2 Jul 2019 20:02:26 +1200 Subject: Update Build.PL so that App::Icli depends on version 1.3.0 of Test::Compile --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index c931fc8..e1b05d5 100644 --- a/Build.PL +++ b/Build.PL @@ -22,7 +22,7 @@ my @command_paths = ( my $build = Module::Build->new( build_requires => { 'Test::More' => 0, - 'Test::Compile' => 0, + 'Test::Compile' => "1.3.0", 'Test::Pod' => 0, 'Test::Command' => 0, }, -- cgit v1.2.3