summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/MIME')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/Base64.pm2
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/QuotedPrint.pm2
2 files changed, 2 insertions, 2 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);
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/QuotedPrint.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/QuotedPrint.pm
index fe792ad30e..4539f00455 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/QuotedPrint.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/QuotedPrint.pm
@@ -7,7 +7,7 @@ require Exporter;
our @ISA = qw(Exporter);
our @EXPORT = qw(encode_qp decode_qp);
-our $VERSION = '3.16';
+our $VERSION = '3.16_01';
use MIME::Base64; # will load XS version of {en,de}code_qp()