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