summaryrefslogtreecommitdiff
path: root/t/iri.t
diff options
context:
space:
mode:
Diffstat (limited to 't/iri.t')
-rw-r--r--t/iri.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/iri.t b/t/iri.t
index f1dfd51..47600ab 100644
--- a/t/iri.t
+++ b/t/iri.t
@@ -3,7 +3,7 @@ use warnings;
use utf8;
use Test::More;
-use Config;
+use Config qw(%Config);
if (defined $Config{useperlio}) {
plan tests=>26;
@@ -11,7 +11,7 @@ if (defined $Config{useperlio}) {
plan skip_all=>'this perl doesn\'t support PerlIO layers';
}
-use URI;
+use URI ();
use URI::IRI;
my $u;