Front page | perl.perl5.porters |
Postings from April 2017
[Encode] 2.89 released!
Thread Previous
|
Thread Next
From:
Dan Kogai
Date:
April 21, 2017 05:42
Subject:
[Encode] 2.89 released!
Message ID:
FA5F1D55-3B5D-42FF-8BAB-CC97BC90D306@dan.co.jp
On Nov 30, 2016, at 8:45, Dan Kogai <dankogai@dan.co.jp> wrote:
Porters,
Just VERSION++’ed so Encode. Many fixes mostly by PALI on Encode::utf8.
=head1 Availability
* git clone git://github.com/dankogai/p5-encode.git
* https://www.dan.co.jp/~dankogai/cpan/Encode-2.89.tar.gz
* CPAN near you.
Travis is all green:
* https://travis-ci.org/dankogai/p5-encode
=head1 CPAN index
User: DANKOGAI ()
Distribution file: Encode-2.89.tar.gz
Number of files: 219
*.pm files: 26
README: Encode-2.89/README
META-File: Encode-2.89/META.json
META-Parser: Parse::CPAN::Meta 1.4414
META-driven index: no
Timestamp of file: Fri Apr 21 05:24:59 2017 UTC
Time of this run: Fri Apr 21 05:27:28 2017 UTC
=head1 Changes
$Revision: 2.89 $ $Date: 2017/04/21 05:20:14 $
! Encode.pm Encode.xs MANIFEST t/enc_eucjp.t t/enc_utf8.t
+ t/utf8messages.t
Pulled: Fixes for Encode::utf8
https://github.com/dankogai/p5-encode/pull/97
! Encode.pm
Pulled: Fix documentation about CHECK coderef
https://github.com/dankogai/p5-encode/pull/96
! Encode.xs
Pulled: For efficiency use newSVpvn() instead of newSVpv()
in do_fallback_cb()
https://github.com/dankogai/p5-encode/pull/95
! Encode.xs
Pulled Call Encode callback function with integer argument correctly
https://github.com/dankogai/p5-encode/pull/94
! lib/Encode/CN/HZ.pm lib/Encode/GSM0338.pm lib/Encode/JP/JIS7.pm
lib/Encode/KR/2022_KR.pm lib/Encode/MIME/Header.pm
lib/Encode/MIME/Header/ISO_2022_JP.pm lib/Encode/Unicode/UTF7.pm
t/undef.t
Pulled: Fix all Encode modules so their encode(undef) and decode(undef)
calls returns undef
https://github.com/dankogai/p5-encode/pull/93
+ t/whatwg-aliases.json t/whatwg-aliases.t
Pulled: New (failing) tests for aliases defined in WHATWG Encoding spec #92
https://github.com/dankogai/p5-encode/pull/92
! Encode.pm
Pulled: Update documentation for UTF-8
https://github.com/dankogai/p5-encode/pull/91
! Encode.xs t/truncated_utf8.t
Pulled: Consume correct number of bytes on malformed
! Encode.pm Unicode/Unicode.pm
Pulled: document str2bytes and bytes2str
https://github.com/dankogai/p5-encode/pull/86
! Encode.xs t/fallback.t t/truncated_utf8.t
Pulled: Fix appending correct number of Unicode replacement characters
https://github.com/dankogai/p5-encode/pull/84
=head1 AUTHOR
Dan the Encode Maintainer
Thread Previous
|
Thread Next