Front page | perl.perl5.porters |
Postings from November 2016
[Encode] 2.88 released!
Thread Previous
|
Thread Next
From:
Dan Kogai
Date:
November 29, 2016 23:45
Subject:
[Encode] 2.88 released!
Message ID:
6E4452D4-B2A5-4A9D-8E24-DCAF2BD1B5D8@dan.co.jp
Porters,
Just VERSION++’ed so Encode. Many fixes mostly by PALI. Among which is the fix to t/taint.t to pass when Encode::ConfigLocal is present. This should make Encode::* @ CPAN happier.
=head1 Availability
* git clone git://github.com/dankogai/p5-encode.git
* http://www.dan.co.jp/~dankogai/cpan/Encode-2.88.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.88.tar.gz
Number of files: 218
*.pm files: 26
README: Encode-2.88/README
META-File: Encode-2.88/META.json
META-Parser: Parse::CPAN::Meta 1.4414
META-driven index: no
Timestamp of file: Tue Nov 29 23:38:19 2016 UTC
Time of this run: Tue Nov 29 23:40:44 2016 UTC
=head1 Changes
$Revision: 2.88 $ $Date: 2016/11/29 23:29:23 $
! t/taint.t
Pulled: Fix test t/taint.t to pass when Encode::ConfigLocal is present
https://github.com/dankogai/p5-encode/pull/83
! Makefile.PL Unicode/Makefile.PL bin/enc2xs lib/Encode/Alias.pm
t/Aliases.t t/enc_data.t t/enc_module.t t/encoding.t t/jperl.t
Pulled: various fixes
https://github.com/dankogai/p5-encode/pull/82
! t/mime-header.t
Pulled: Fix test t/mime-header.t to pass on HP-UX 11.23/64 U
with perl v5.8.3
https://github.com/dankogai/p5-encode/pull/81
! t/Encode.t
Pulled: Extend COW tests for UTF-8 and Latin1
https://github.com/dankogai/p5-encode/pull/80
! Encode.xs Unicode/Unicode.xs
Pulled: Rmv impediment to compiling under C++11
https://github.com/dankogai/p5-encode/pull/78
! Encode.xs Unicode/Unicode.xs
Pulled: Do not use expressions in macros SvTRUE, SvPV, SvIV,
attr and attr_true
https://github.com/dankogai/p5-encode/pull/77
! Unicode/Unicode.xs t/magic.t
Pulled: Fix handling of undef, COW and magic scalar argument
in Unicode.xs
https://github.com/dankogai/p5-encode/pull/76
! Encode.xs encoding.pm
Fix 2 of 3 problems Steve Hay found.
1. C89 compiler failures (patch attached).
2. encoding.pm has changed slightly but has no $VERSION++
Message-Id: <CADED=K6ve_DAzRXPX=EsjtUDnZppAaw+BP1Ziw_fU5f32k+Wyg@mail.gmail.com>
=head1 AUTHOR
Dan the Encode Maintainer
Thread Previous
|
Thread Next