summaryrefslogtreecommitdiff
path: root/cpan/Encode/Unicode/Unicode.pm
Commit message (Collapse)AuthorAgeFilesLines
* Update Encode to 3.17Yves Orton2022-04-071-8/+8
| | | | | | | This silences the build warnings reported in https://github.com/Perl/perl5/issues/19588 and in https://github.com/Perl/perl5/issues/17014. It includes some test updates, but no functionality changes.
* Upgraded Encode from 3.10_01 to 3.12Ricardo Signes2021-08-091-2/+2
|
* Encode: synch with CPAN version 2.99Dan Kogai2019-01-211-1/+1
|
* Upgrade Encode from version 2.94 to 2.96Steve Hay2018-02-121-1/+1
|
* Import Encode-2.92 from CPANAaron Crane2017-07-181-10/+4
| | | | This also permits removing the local customisation for the previous version.
* Upgrade Encode from version 2.86 to 2.88Steve Hay2016-12-061-1/+1
| | | | | (Unicode.pm is customized for a version-bump only, to silence t/porting/cmp_version.t since Unicode.xs has changed.)
* Upgrade Encode from version 2.78 to 2.79Steve Hay2016-01-251-2/+4
| | | | | | | | This removes two of the blead "customizations", which were actually only differences in the "$Id:" line, but the third (encoding.pm) has to stay because the file hasn't otherwise changed so removing the "customization" would be a change with no $VERSION bump, which causes t/porting/cmp_version.t to fail. Sigh.
* Update Encode to CPAN version 2.77Ricardo Signes2015-09-181-2/+8
| | | | | | | | | | | | | | | | | [DELTA] $Revision: 2.77 $ $Date: 2015/09/15 13:53:27 $ ! Unicode/Unicode.xs Unicode/Unicode.pm Address RT#107043: If no BOM is found, the routine dies. When you decode from UTF-(16|32) without -BE or LE without BOM, Encode now assumes BE accordingly to RFC2781 and the Unicode Standard version 8.0 https://rt.cpan.org/Public/Bug/Display.html?id=107043 ! Makefile.PL encoding.t Mend pull/42 ! Encode.xs Makefile.PL encoding.pm encoding.t Pulled: precompile 1252 table as that is now the Pod::Simple default https://github.com/dankogai/p5-encode/pull/42
* Upgrade Encode from version 2.73 to 2.75Steve Hay2015-06-301-1/+1
|
* Update Encode to CPAN version 2.70Chris 'BinGOs' Williams2015-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | [DELTA] $Revision: 2.70 $ $Date: 2015/02/05 10:53:00 $ ! Makefile.PL add bin/encguess to EXE_FILES 2.69 2015/02/05 10:35:11 ! bin/encguess Refactored so that * does not depend on non-core module (File::Slurp in particular) * PODified document * -s "encA encB" to -s encA,encB which is more shell-friendly * and more ! MANIFEST + bin/encguess Pulled: Added CLI wrapper for Encode::Guess https://github.com/dankogai/p5-encode/pull/32 ! Unicode/Unicode.pm Pulled: Bump $VERSION in module changed since Encode-2.60 https://github.com/dankogai/p5-encode/pull/31
* Bump Encode::Unicode $VERSIONSteve Hay2015-01-311-1/+1
| | | | To keep Porting\cmpVERSION.pl --tag v5.20.1 happy.
* Upgrade Encode from version 2.54 to 2.55Steve Hay2013-09-141-2/+2
|
* Upgrade Encode from 2.51 to 2.52Steve Hay2013-08-141-2/+2
|
* Updated Encode to CPAN release 2.38Jesse Vincent2009-11-161-2/+2
|
* Move Encode from ext/ to cpan/Nicholas Clark2009-09-251-0/+270