diff options
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/site/lib/URI/WithBase.pm')
-rw-r--r-- | systems/texlive/tlnet/tlpkg/tlperl/site/lib/URI/WithBase.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/site/lib/URI/WithBase.pm b/systems/texlive/tlnet/tlpkg/tlperl/site/lib/URI/WithBase.pm index a682f3d9d4..76c331b0af 100644 --- a/systems/texlive/tlnet/tlpkg/tlperl/site/lib/URI/WithBase.pm +++ b/systems/texlive/tlnet/tlpkg/tlperl/site/lib/URI/WithBase.pm @@ -6,7 +6,7 @@ use warnings; use URI (); use Scalar::Util qw(blessed); -our $VERSION = '5.07'; +our $VERSION = '5.10'; use overload '""' => "as_string", fallback => 1; |