summaryrefslogtreecommitdiff
path: root/t/mix.t
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2021-01-12 23:09:21 -0500
committerOlaf Alders <olaf@wundersolutions.com>2021-01-13 13:35:18 -0500
commit290278ed8153a680d5292ca375fc1452b0f01bef (patch)
tree0ddd33697ddd16b01d152c349f3d8977db5dbd9b /t/mix.t
parent091356cf1474689b0fad9363799f6a60621cdb96 (diff)
downloaduri-290278ed8153a680d5292ca375fc1452b0f01bef.tar.gz
Tidy import statements
Diffstat (limited to 't/mix.t')
-rw-r--r--t/mix.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/mix.t b/t/mix.t
index b72942a..71772dd 100644
--- a/t/mix.t
+++ b/t/mix.t
@@ -4,9 +4,9 @@ use warnings;
print "1..6\n";
# Test mixing of URI and URI::WithBase objects
-use URI;
+use URI ();
use URI::WithBase;
-use URI::URL;
+use URI::URL ();
my $str = "http://www.sn.no/";
my $rel = "path/img.gif";