diff options
author | Olaf Alders <olaf@wundersolutions.com> | 2021-01-12 23:09:21 -0500 |
---|---|---|
committer | Olaf Alders <olaf@wundersolutions.com> | 2021-01-13 13:35:18 -0500 |
commit | 290278ed8153a680d5292ca375fc1452b0f01bef (patch) | |
tree | 0ddd33697ddd16b01d152c349f3d8977db5dbd9b /t/mix.t | |
parent | 091356cf1474689b0fad9363799f6a60621cdb96 (diff) | |
download | uri-290278ed8153a680d5292ca375fc1452b0f01bef.tar.gz |
Tidy import statements
Diffstat (limited to 't/mix.t')
-rw-r--r-- | t/mix.t | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |