summaryrefslogtreecommitdiff
path: root/t/data.t
diff options
context:
space:
mode:
Diffstat (limited to 't/data.t')
-rw-r--r--t/data.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/data.t b/t/data.t
index 31890ea..c67c8bf 100644
--- a/t/data.t
+++ b/t/data.t
@@ -3,7 +3,7 @@ use warnings;
print "1..22\n";
-use URI;
+use URI ();
my $u = URI->new("data:,A%20brief%20note");
print "not " unless $u->scheme eq "data" && $u->opaque eq ",A%20brief%20note";