1Change log for encoding-warnings 2 3 - Converted Makefile.PL from using Module::Install to ExtUtils::MakeMaker 4 50.14 - 2022-05-16 6 7 - Convert tests from Test.pm to Test::More 8 90.13 - 2016-06-20 10 11 - Disable module on perl 5.26 and newer. Using it will be a no-op, but will 12 issue warnings. 13 - Skip tests on EBCDIC systems 14 150.11 - 2007-06-05 16 17 - This module's effect is now lexical for Perl 5.9.5 and later. 18 - "no encoding::warnings" is made more inefficient by doing away 19 with an empty encoding handler. 20 Contributed by: Rafaël Garcia-Suarez 21 220.04 - 2004-03-16 23 24 - This be 0.04, from the YAPC::Taipei::2004 release party. 25 - Various POD grammar updates. 26 - Mentions that we will be making encoding.pm to be lexical during 5.9. 27 280.03 - 2004-03-15 29 30 - Fixes various typo and punctuations. 31 - Unified terminology to use "byte-string" and "unicode-string". 32 330.02 - 2004-03-14 34 35 - Added lots of documentations, as well as explained the subtlety of 36 "use encoding" better. Prompted by Ton Hospel. 37 - Do not bother decoding a string twice if it is us-ascii. 38 390.01 - 2004-03-14 40 41 - Initial release on CPAN. 42