summaryrefslogtreecommitdiff
path: root/t/old-base.t
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2016-11-18 15:47:13 -0800
committerKaren Etheridge <ether@cpan.org>2016-11-18 15:47:13 -0800
commite58e37a413221bc9f2db1aa82f2116fbf465af4d (patch)
treef89fab3470e9e0f7efd13c49f7bdb46d8a2ea243 /t/old-base.t
parent5e3b6a842a4879bcf5fa66a086c7995c6075e229 (diff)
downloaduri-e58e37a413221bc9f2db1aa82f2116fbf465af4d.tar.gz
ensure a new enough Test::More is available for subtest
Diffstat (limited to 't/old-base.t')
-rw-r--r--t/old-base.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/old-base.t b/t/old-base.t
index 77b562b..be18ce8 100644
--- a/t/old-base.t
+++ b/t/old-base.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Test::More;
+use Test::More 0.96;
use URI::URL qw(url);
use URI::Escape qw(uri_escape uri_unescape);
use File::Temp 'tempdir';