Document usage of $_ and pos() inside /(?{...})/.
[p5sagit/p5-mst-13.2.git] / lib / Locale / Maketext / ChangeLog
CommitLineData
ff5ad48a 1Revision history for Perl suite Locale::Maketext
f600d105 2 Time-stamp: "2003-06-21 23:38:38 AHDT"
ff5ad48a 3
f600d105 42003-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
953b749f 92003-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
f918d677 202003-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
71457cb8 322001-06-21 Sean M. Burke sburke@cpan.org
33 * Release 1.03: basically cosmetic tweaks to the docs and the
34 test.pl.
35
ff5ad48a 362001-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
412001-05-25 Sean M. Burke sburke@cpan.org
42 * Release 1.01: total rewrite. Docs are massive now.
43 Including TPJ13 article now.
44
452000-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
501999-03-15 Sean M. Burke sburke@netadventure.net
51
52 * Release 0.17: Public alpha release
53 Underdocumented.