diff options
author | Evan Giles <evan@catalyst.net.nz> | 2019-07-02 20:21:56 +1200 |
---|---|---|
committer | Evan Giles <evan@catalyst.net.nz> | 2019-07-02 20:21:56 +1200 |
commit | ab87a3e5e3ca1f406023459b57023947093ef2fe (patch) | |
tree | a57ba1bd70c307d30a0cac583a3a246fb9638ca2 /Build.PL | |
parent | 0d4bd5e1384f9c30683e94934138dc1004e7bd34 (diff) |
Update t/00-compile.t to use OO interface
...because the functional interface is deprecated
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |