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.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_generic.pm b/Master/tlpkg/tlperl/site/lib/URI/_generic.pm
index 7f8476006ec..f749cc27e3a 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_generic.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_generic.pm
@@ -8,7 +8,7 @@ use parent qw(URI URI::_query);
use URI::Escape qw(uri_unescape);
use Carp ();
-our $VERSION = '1.71';
+our $VERSION = '1.73';
$VERSION = eval $VERSION;
my $ACHAR = $URI::uric; $ACHAR =~ s,\\[/?],,g;