summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Giles <egiles@cpan.org>2019-07-02 20:02:26 +1200
committerGitHub <noreply@github.com>2019-07-02 20:02:26 +1200
commitff8b45613669da70c2a204213f5095c911aeccc6 (patch)
tree3c73ed2d6177fb596131e742f44e630d26867cc1
parentad031e04b0dde95ad9354ac6b6e87aee0d3be327 (diff)
Update Build.PL
so that App::Icli depends on version 1.3.0 of Test::Compile
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
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,
},