Move encoding::warnings to ext/
[p5sagit/p5-mst-13.2.git] / ext / encoding-warnings / Changes
1 [Changes for 0.11 - 2007-06-05]
2
3 * This module's effect is now lexical for Perl 5.9.5 and later.
4 * "no encoding::warnings" is made more inefficient by doing away
5   with an empty encoding handler.
6   Contributed by: RafaĆ«l Garcia-Suarez
7
8 [Changes for 0.04 - 2004-03-16]
9
10 * This be 0.04, from the YAPC::Taipei::2004 release party.
11 * Various POD grammar updates.
12 * Mentions that we will be making encoding.pm to be lexical during 5.9.
13
14 [Changes for 0.03 - 2004-03-15]
15
16 * Fixes various typo and punctuations.
17 * Unified terminology to use "byte-string" and "unicode-string".
18
19 [Changes for 0.02 - 2004-03-14]
20
21 * Added lots of documentations, as well as explained the subtlety of
22   "use encoding" better.  Prompted by Ton Hospel.
23 * Do not bother decoding a string twice if it is us-ascii.
24
25 [Changes for 0.01 - 2004-03-14]
26
27 * Initial release on CPAN.