summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/WithBase.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/WithBase.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/WithBase.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/WithBase.pm b/Master/tlpkg/tlperl/lib/URI/WithBase.pm
index 0337c6b6450..4300a2a60ae 100644
--- a/Master/tlpkg/tlperl/lib/URI/WithBase.pm
+++ b/Master/tlpkg/tlperl/lib/URI/WithBase.pm
@@ -4,7 +4,7 @@ use strict;
use vars qw($AUTOLOAD $VERSION);
use URI;
-$VERSION = "2.19";
+$VERSION = "2.20";
use overload '""' => "as_string", fallback => 1;