summaryrefslogtreecommitdiff
path: root/lib/URI/WithBase.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/URI/WithBase.pm')
-rw-r--r--lib/URI/WithBase.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/URI/WithBase.pm b/lib/URI/WithBase.pm
index 92321db..0f03ded 100644
--- a/lib/URI/WithBase.pm
+++ b/lib/URI/WithBase.pm
@@ -3,8 +3,8 @@ package URI::WithBase;
use strict;
use warnings;
-use URI;
-use Scalar::Util 'blessed';
+use URI ();
+use Scalar::Util qw(blessed);
our $VERSION = '5.06';