summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/URI/file/Base.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/URI/file/Base.pm')
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/file/Base.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/file/Base.pm b/Master/tlpkg/tlperl/site/lib/URI/file/Base.pm
index bddd78a44fc..4926df773a5 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/file/Base.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/file/Base.pm
@@ -3,9 +3,9 @@ package URI::file::Base;
use strict;
use warnings;
-use URI::Escape qw();
+use URI::Escape ();
-our $VERSION = '1.76';
+our $VERSION = '5.07';
sub new
{