summaryrefslogtreecommitdiff
path: root/t/old-base.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/old-base.t
parent091356cf1474689b0fad9363799f6a60621cdb96 (diff)
downloaduri-290278ed8153a680d5292ca375fc1452b0f01bef.tar.gz
Tidy import statements
Diffstat (limited to 't/old-base.t')
-rw-r--r--t/old-base.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/old-base.t b/t/old-base.t
index 984aab1..706051a 100644
--- a/t/old-base.t
+++ b/t/old-base.t
@@ -4,7 +4,7 @@ use warnings;
use Test::More 0.96;
use URI::URL qw(url);
use URI::Escape qw(uri_escape uri_unescape);
-use File::Temp 'tempdir';
+use File::Temp qw(tempdir);
# want compatibility
use URI::file;