summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/URI/_segment.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/URI/_segment.pm')
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/_segment.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_segment.pm b/Master/tlpkg/tlperl/site/lib/URI/_segment.pm
index 5a0b1a683db..01f207feb15 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_segment.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_segment.pm
@@ -11,8 +11,7 @@ use URI::Escape qw(uri_unescape);
use overload '""' => sub { $_[0]->[0] },
fallback => 1;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub new
{