summaryrefslogtreecommitdiff
path: root/t/iri.t
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-03 11:27:39 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-03 11:27:39 -0400
commit30eecf59f525027326f935e37cb9950e216a6225 (patch)
treeeb1dd95a54adf741a6d8e31575c509c60903f1a1 /t/iri.t
parent699e061c8ba61b29590c0e0c3801b66f1af27b27 (diff)
downloaduri-30eecf59f525027326f935e37cb9950e216a6225.tar.gz
Apply perlimports to tests
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 47600ab..2eb64b2 100644
--- a/t/iri.t
+++ b/t/iri.t
@@ -3,7 +3,7 @@ use warnings;
use utf8;
use Test::More;
-use Config qw(%Config);
+use Config qw( %Config );
if (defined $Config{useperlio}) {
plan tests=>26;
@@ -12,7 +12,7 @@ if (defined $Config{useperlio}) {
}
use URI ();
-use URI::IRI;
+use URI::IRI ();
my $u;