summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/URI/_server.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/URI/_server.pm')
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/_server.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_server.pm b/Master/tlpkg/tlperl/site/lib/URI/_server.pm
index 7fcdaaae31d..5c32400d17f 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_server.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_server.pm
@@ -7,8 +7,7 @@ use parent 'URI::_generic';
use URI::Escape qw(uri_unescape);
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub _uric_escape {
my($class, $str) = @_;