This incorporates all current blead customizations.
},
'Encode' => {
- 'DISTRIBUTION' => 'DANKOGAI/Encode-2.70.tar.gz',
+ 'DISTRIBUTION' => 'DANKOGAI/Encode-2.72.tar.gz',
'FILES' => q[cpan/Encode],
- 'CUSTOMIZED' => [
- # Waiting to be merged upstream if it smokes ok: see CPAN RT#100347,
- # in particular see khw's comments on that ticket on 21 Nov 2014.
- qw( encoding.pm ),
- ],
},
'encoding::warnings' => {
#
-# $Id: Encode.pm,v 2.70 2015/02/05 10:52:16 dankogai Exp $
+# $Id: Encode.pm,v 2.72 2015/03/14 02:43:24 dankogai Exp $
#
package Encode;
use strict;
use warnings;
-our $VERSION = sprintf "%d.%02d", q$Revision: 2.70 $ =~ /(\d+)/g;
+our $VERSION = sprintf "%d.%02d", q$Revision: 2.72 $ =~ /(\d+)/g;
use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
use XSLoader ();
XSLoader::load( __PACKAGE__, $VERSION );
#
-# $Id: Makefile.PL,v 2.13 2015/02/05 10:53:00 dankogai Exp dankogai $
+# $Id: Makefile.PL,v 2.13 2015/02/05 10:53:00 dankogai Exp $
#
use 5.007003;
use strict;
-# $Id: encoding.pm,v 2.13 2013/04/26 18:30:46 dankogai Exp $
+# $Id: encoding.pm,v 2.14 2015/03/14 02:44:39 dankogai Exp dankogai $
package encoding;
-our $VERSION = sprintf "%d.%02d", q$Revision: 2.13 $ =~ /(\d+)/g;
+our $VERSION = sprintf "%d.%02d", q$Revision: 2.14 $ =~ /(\d+)/g;
use Encode;
use strict;
use strict;
use warnings;
no warnings 'redefine';
-our $VERSION = do { my @r = ( q$Revision: 2.18 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
+our $VERSION = do { my @r = ( q$Revision: 2.19 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
use Exporter 'import';
define_alias( qr/\bhk(?:scs)?[-_]?big5$/i => '"big5-hkscs"' );
}
+ # https://github.com/dankogai/p5-encode/issues/37
+ define_alias(qr/cp65000/i => '"UTF-7"');
+ define_alias(qr/cp65001/i => '"utf-8-strict"');
+
# utf8 is blessed :)
define_alias( qr/\bUTF-8$/i => '"utf-8-strict"' );
'jis0208-raw' => $ON_EBCDIC ? '' : 'jis0208-raw',
'jis0212-raw' => $ON_EBCDIC ? '' : 'jis0212-raw',
'ksc5601-raw' => $ON_EBCDIC ? '' : 'ksc5601-raw',
+ 'cp65000' => 'UTF-7',
+ 'cp65001' => 'utf-8-strict',
);
for my $i (1..11,13..16){
=item *
+L<Encode> has been upgraded from version 2.70 to 2.72.
+
+=item *
+
L<Test::Simple> has been reverted from version 1.301001_098 to 1.001014.
=item *
-Encode cpan/Encode/encoding.pm baa25e197ba4d5fa228dbf7b440afb5ae18ec5ed
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/t/pm_to_blib.t 71ebcee355691ce374fcad251b12d8b2412462b3
PerlIO::via::QuotedPrint cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t ca39f0146e89de02c746e199c45dcb3e5edad691
Text::ParseWords cpan/Text-ParseWords/t/ParseWords.t 9bae51c9b944cd5c0bbabe9d397e573976a2be8e