summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/URI/sip.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/URI/sip.pm')
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/sip.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/sip.pm b/Master/tlpkg/tlperl/site/lib/URI/sip.pm
index d793a3f57a8..4e13644cb76 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/sip.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/sip.pm
@@ -12,9 +12,9 @@ use warnings;
use parent qw(URI::_server URI::_userpass);
-use URI::Escape qw(uri_unescape);
+use URI::Escape ();
-our $VERSION = '1.76';
+our $VERSION = '5.07';
sub default_port { 5060 }