summaryrefslogtreecommitdiff
path: root/t/ftp.t
diff options
context:
space:
mode:
Diffstat (limited to 't/ftp.t')
-rw-r--r--t/ftp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/ftp.t b/t/ftp.t
index 9340885..c8a2c52 100644
--- a/t/ftp.t
+++ b/t/ftp.t
@@ -3,7 +3,7 @@ use warnings;
print "1..13\n";
-use URI;
+use URI ();
my $uri;
$uri = URI->new("ftp://ftp.example.com/path");