Skip to content

Commit

Permalink
minimal version for Test::More defined (subtest support)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-mixas committed Dec 10, 2019
1 parent b497c36 commit 460110a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/_common.pm
Expand Up @@ -7,7 +7,7 @@ use parent 'Exporter';
use Clone qw(clone);
use Data::Dumper qw();
use Struct::Path::PerlStyle qw(str2path path2str);
use Test::More;
use Test::More 0.94;

our @EXPORT_OK = qw(
roundtrip
Expand Down

0 comments on commit 460110a

Please sign in to comment.