Skip to content

Commit

Permalink
require Test::More 0.98
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Jun 20, 2019
1 parent e53fad5 commit 2cbab64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Build.PL
Expand Up @@ -59,6 +59,7 @@ my $builder = My::ModuleBuild->new(
},
test_requires => {
'FFI::CheckLib' => 0,
'Test::More' => '0.98',
},
requires => {
'perl', => '5.008001',
Expand Down
2 changes: 1 addition & 1 deletion t/ffi_platypus_attach.t
@@ -1,6 +1,6 @@
use strict;
use warnings;
use Test::More;
use Test::More 0.98;
use FFI::CheckLib qw( find_lib );
use FFI::Platypus;

Expand Down

0 comments on commit 2cbab64

Please sign in to comment.