diff options
Diffstat (limited to 't/query-param.t')
-rw-r--r-- | t/query-param.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/query-param.t b/t/query-param.t index fc852c0..473b290 100644 --- a/t/query-param.t +++ b/t/query-param.t @@ -3,7 +3,7 @@ use warnings; use Test::More tests => 19; -use URI; +use URI (); use URI::QueryParam; my $u = URI->new("http://www.sol.no?foo=4&bar=5&foo=5"); |