diff options
author | Evan Giles <egiles@cpan.org> | 2019-07-02 20:02:26 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-02 20:02:26 +1200 |
commit | ff8b45613669da70c2a204213f5095c911aeccc6 (patch) | |
tree | 3c73ed2d6177fb596131e742f44e630d26867cc1 | |
parent | ad031e04b0dde95ad9354ac6b6e87aee0d3be327 (diff) |
Update Build.PL
so that App::Icli depends on version 1.3.0 of Test::Compile
-rw-r--r-- | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, }, |