summaryrefslogtreecommitdiff
path: root/t/rsync.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/rsync.t
parent091356cf1474689b0fad9363799f6a60621cdb96 (diff)
downloaduri-290278ed8153a680d5292ca375fc1452b0f01bef.tar.gz
Tidy import statements
Diffstat (limited to 't/rsync.t')
-rw-r--r--t/rsync.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/rsync.t b/t/rsync.t
index 01e91d7..5a65aae 100644
--- a/t/rsync.t
+++ b/t/rsync.t
@@ -3,7 +3,7 @@ use warnings;
print "1..4\n";
-use URI;
+use URI ();
my $u = URI->new('rsync://gisle@perl.com/foo/bar');