perl-i18n

Locale::Maketext::Gettext 1.21 Released

2007-03-27 23:38:13
Dear whoever is using Locale::Maketext::Gettext,

    Locale::Maketext::Gettext 1.21 is released, after two years.  There
are several improvements.  The majors improvements are:

     1. The lookup failure handling mechanism is completely rewritten to
follow the Locale::Maketext's way.  $lh->fail_with() and $lh->{"fail"}
in Locale::Maketext is wroking in Locale::Maketext::Gettext now.

        This is caused by the fact that I did not read the documentation
of Locale::Maketext throughly. ^^;  But since the previous lookup
failure handling mechanism was completely different, it has successfully
avoided bug#33938 and bug#25877:

https://rt.perl.org/rt3/Ticket/Display.html?id=33938
https://rt.cpan.org/Public/Bug/Display.html?id=25877

     2. There is a fixed failure_handler_auto() method that override its
parent in Locale::Maketext, that fixes bug#33938 and bug#25877.  You may
enjoy this fixed failure_handler_auto() if you use
Locale::Maketext::Gettext over Locale::Maketext. :p

     3. Some encoding mess-up caused by my attempt to play magic in the
previous version was fixed.

     4. Locale::Maketext::Gettext now works with Perl 5.9.5, deals with
a fix on "local $@" in Locale::Maketext 1.10_01.

    Please tell me if there is any problem.  Your feedbacks are welcome. 
Thank you.

-- 
imacat ^_*'
imacat(_at_)mail(_dot_)imacat(_dot_)idv(_dot_)tw
PGP Key: http://www.imacat.idv.tw/me/pgpkey.txt

Tavern IMACAT's http://www.imacat.idv.tw/
Woman's Voice http://www.wov.idv.tw/
TLUG List Manager http://www.linux.org.tw/mailman/listinfo/tlug

Attachment: pgpuqSSPXeKxH.pgp
Description: PGP signature

<Prev in Thread] Current Thread [Next in Thread>
  • Locale::Maketext::Gettext 1.21 Released, imacat <=