diff options
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/URI/data.pm')
-rw-r--r-- | Master/tlpkg/tlperl/site/lib/URI/data.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/data.pm b/Master/tlpkg/tlperl/site/lib/URI/data.pm index 38ee7cf98e6..452dc982db3 100644 --- a/Master/tlpkg/tlperl/site/lib/URI/data.pm +++ b/Master/tlpkg/tlperl/site/lib/URI/data.pm @@ -5,7 +5,7 @@ use warnings; use parent 'URI'; -our $VERSION = '1.71'; +our $VERSION = '1.73'; $VERSION = eval $VERSION; use MIME::Base64 qw(encode_base64 decode_base64); |