diff options
author | Evan Giles <egiles@cpan.org> | 2019-07-02 20:00:31 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-02 20:00:31 +1200 |
commit | 8d8c88cce46c0d3124a1ba242daa0d2072406e82 (patch) | |
tree | 773ed3f7906f0414c382aac67903f1b52993e75c | |
parent | b6692177144c213f5efeb79355569a64407e8f14 (diff) |
Update Build.PL
so that App::Hashl depends on v1.3.0 of Test::Compile
-rw-r--r-- | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ use Module::Build; my $build = Module::Build->new( build_requires => { 'Test::More' => 0, - 'Test::Compile' => 0, + 'Test::Compile' => "1.3.0", 'Test::Pod' => 0, }, module_name => 'App::Hashl', |