From 460110a1a83710b1ab2ff0e1bff05943c619b789 Mon Sep 17 00:00:00 2001 From: Michael Samoglyadov Date: Tue, 10 Dec 2019 11:37:02 +0300 Subject: [PATCH] minimal version for Test::More defined (subtest support) --- t/_common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/_common.pm b/t/_common.pm index 404a90a..bb13053 100644 --- a/t/_common.pm +++ b/t/_common.pm @@ -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