summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/Base64.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/Base64.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/Base64.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/Base64.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/Base64.pm
index 923c888da4..3605481a79 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/Base64.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/Base64.pm
@@ -8,7 +8,7 @@ our @ISA = qw(Exporter);
our @EXPORT = qw(encode_base64 decode_base64);
our @EXPORT_OK = qw(encode_base64url decode_base64url encoded_base64_length decoded_base64_length);
-our $VERSION = '3.16';
+our $VERSION = '3.16_01';
require XSLoader;
XSLoader::load('MIME::Base64', $VERSION);