summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/URI/_generic.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/URI/_generic.pm')
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/_generic.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_generic.pm b/Master/tlpkg/tlperl/site/lib/URI/_generic.pm
index f749cc27e3a..0da8f72998a 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_generic.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_generic.pm
@@ -8,8 +8,7 @@ use parent qw(URI URI::_query);
use URI::Escape qw(uri_unescape);
use Carp ();
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
my $ACHAR = $URI::uric; $ACHAR =~ s,\\[/?],,g;
my $PCHAR = $URI::uric; $PCHAR =~ s,\\[?],,g;