Upgrade to Locale::Maketext 1.06.
[p5sagit/p5-mst-13.2.git] / lib / Locale / Maketext / ChangeLog
1 Revision history for Perl suite Locale::Maketext
2                                         Time-stamp: "2003-06-21 23:38:38 AHDT"
3
4 2003-06-21  Sean M. Burke  sburke@cpan.org
5         * Release 1.06:  Now has "use utf8" to make the things work
6         happily.  Some fancy footwork is required to make this work under
7         pre-utf8 perl versions.
8         
9 2003-04-18  Sean M. Burke  sburke@cpan.org
10         * Release 1.05:  Different Makefile.PL, same .pm code.
11         
12         Jesse Vincent, Hugo van der Sanden, and Jarkko Hietaniemi
13         encourage me to add this to the makefile:
14          ($] < 5.008) ? () : ( INSTALLDIRS => 'perl'),
15         so that when you install this on a recent version of perl (5.8 or
16         later), the installation will overwrite the Maketext.pm in your
17         core library directory.  Email me if this produces trouble for any
18         of you folks out there, okay?
19         
20 2003-04-02  Sean M. Burke  sburke@cpan.org
21         * Release 1.04: Implementing proper HTTP "tag;q=rank" parsing for
22         get_handle.  This should make all the difference for users/victims
23         of the current version of Safari, which uses that syntax as well
24         as inserts random languages with low q numbers.
25         Thanks to Jesse Vincent and the whole RT junta for finding this.
26
27         * Added more tests, now in t/
28
29         * Lots of typo fixes to Maketext.pm.  Thanks to Evan A. Zacks for
30         patient help in finding them all.       
31         
32 2001-06-21  Sean M. Burke  sburke@cpan.org
33         * Release 1.03: basically cosmetic tweaks to the docs and the
34         test.pl.
35         
36 2001-06-20  Sean M. Burke  sburke@cpan.org
37         * Release 1.02:  EBCDIC-compatability changes courtesy of Peter
38         Prymmer.  Added [*,...] as alias for [quant,...] and [#,...] as an
39         alias for [numf,...].  Added some more things to test.pl
40         
41 2001-05-25  Sean M. Burke  sburke@cpan.org
42         * Release 1.01:  total rewrite.  Docs are massive now.
43         Including TPJ13 article now.
44         
45 2000-05-14  Sean M. Burke  sburke@cpan.org
46
47         * Release 0.18:  only change, regrettably, is a better makefile,
48         and it my email address has changed.
49
50 1999-03-15  Sean M. Burke  sburke@netadventure.net
51
52         * Release 0.17:  Public alpha release
53         Underdocumented.