Skip to content

Commit

Permalink
bump $MIME::Base64::VERSION to a dev release
Browse files Browse the repository at this point in the history
since we don't own it, and mark the modified files customized
  • Loading branch information
tonycoz authored and Leont committed May 24, 2023
1 parent 638f63b commit 4dc2cf4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Porting/Maintainers.pl
Expand Up @@ -815,6 +815,11 @@ package Maintainers;
'DISTRIBUTION' => 'CAPOEIRAB/MIME-Base64-3.16.tar.gz',
'FILES' => q[cpan/MIME-Base64],
'EXCLUDED' => [ qr{^xt/}, 'benchmark', 'benchmark-qp', qr{^t/00-report-prereqs} ],
'CUSTOMIZED' => [
# https://github.com/Dual-Life/mime-base64/pull/17
'Base64.xs',
'lib/MIME/Base64.pm'
],
},

'Module::CoreList' => {
Expand Down
2 changes: 1 addition & 1 deletion cpan/MIME-Base64/lib/MIME/Base64.pm
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion cpan/MIME-Base64/lib/MIME/QuotedPrint.pm
Expand Up @@ -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()

Expand Down
2 changes: 2 additions & 0 deletions t/porting/customized.dat
Expand Up @@ -8,6 +8,8 @@ ExtUtils::Constant cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm 7560e101
ExtUtils::Constant cpan/ExtUtils-Constant/t/Constant.t 165e9c7132b003fd192d32a737b0f51f9ba4999e
Filter::Util::Call pod/perlfilter.pod d1e217d0bc6083755b9017050b8724472c58275a
Locale::Maketext::Simple cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm 57ed38905791a17c150210cd6f42ead22a7707b6
MIME::Base64 cpan/MIME-Base64/Base64.xs ad617fe2d01932c35b92defa26d40aba601a95a8
MIME::Base64 cpan/MIME-Base64/lib/MIME/Base64.pm 18e38d197c7c83f96b24f48bef514e93908e6a82
Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm 582be34c077c9ff44d99914724a0cc2140bcd48c
Test::Harness cpan/Test-Harness/t/harness.t 38b13cfc479d37d91c104b97dd364a74dfde0f2f
Time::Piece cpan/Time-Piece/Piece.pm 8cec8b66183ceddb9bf2b6af35dcdd345bc9adfa
Expand Down

0 comments on commit 4dc2cf4

Please sign in to comment.