Revision history for Perl suite Locale::Maketext

2011-05-25

[perl #89896] Locale::Maketext test failure when environment has variable containing unbalanced brackets

Suppress "Name used only once" warnings.

[perl #81888] Fix typos (spelling errors) in dist/*

2010-10-20

Test release of 1.16_01, versioning even deprecated Guts modules. This prevents CPAN upgrade circular heck. Thanks BinGOs

Tested version fix for CPAN by BinGOs. Bump to stable version and release to public

2010-10-07

Blead commit bac7bf8 - Copy @_ to @_ to de-alias passed variables to assure that the aliases cannot be altered during maketext calls.

Fix for CPAN RT #40727: infinite loop in Locale::Maketext::Guts::_compile() when working with tainted values

Fix for CPAN RT #34182: Don't localize $@. ->maketext calls will now backup and restore $@ so that die messages are not suppressed.

Fix for CPAN RT #55461
%hash deprecated messages cleaned up with perl 5.12

Fix for CPAN RT #48118. Perl 76674
Speed and efficiency tweaks in _compile calls when string has no ~][ in it.

Fix for CPAN RT #48808. Perl 76668
I18N::LangTags use() fixups.

2010-06-22

Locale::Maketext guts have been merged back into the main module

Fix for CPAN RT #46738. Perl 76354
Support for RO Lexicon hashes (External cache support)

2009-11-20

In Locale::Maketext, avoid using defined @array and defined %hash.

Convert the odd Locale::Maketext test out from Test to Test::More.

2009-06-23 Adriano Ferreira

One more recipe: on [numf,...] with decimal precision

2009-06-23 Adriano Ferreira

Change a few straggling 'DEBUG and print' to 'DEBUG and warn' (thanks Dan Muey)

A start of a cookbook.

2009-06-23 Adriano Ferreira

Fixes CPAN RT #25877 (thanks imacat)

Add a test for failure_handler_auto()

2008-05-28 Adriano Ferreira

New maintainer. No noteworthy changes.

When debugging is turned on, "DEBUG and warn" is now used instead of "DEBUG and print". It makes web applications happier. CPAN RT #36238

2007-11-17

Many doc changes from RT.

Silenced some "used only once" warnings under Perl 5.10.

$@ is now localized in case it gets interpolated. This was added a while ago, but now there's a test for it, too.

Added warnings and strict to tests.

Cleaning up some Perl::Critic gripes.

2007-05-07 Andy Lester

Fixed perlbug #33938
http://rt.perl.org/rt3//Public/Bug/Display.html?id=3393

Started cleaning up source per Perl::Critic.

2005-11-10 Andy Lester

New maintainer. No changes at all. Bumped up the version number and released it so that I can get the RT queue and any future mail.

2004-03-30 Sean M. Burke sburke@cpan.org

Thanks to Autrijus Tang for catching some errors in the dist!

2004-01-19 Sean M. Burke sburke@cpan.org

2004-01-11 Sean M. Burke sburke@cpan.org

The 04super.t and 05super.t tests in t/ have many many examples of this, including some strange corner cases.

(In implementing this change, I also refactored some code in Maketext.pm, for hopefully improved readability. However, the above is the only actual change in behavior.)

2003-06-21 Sean M. Burke sburke@cpan.org

2003-04-18 Sean M. Burke sburke@cpan.org

Jesse Vincent, Hugo van der Sanden, and Jarkko Hietaniemi encourage me to add this to the makefile: ($] < 5.008) ? () : ( INSTALLDIRS => 'perl'), so that when you install this on a recent version of perl (5.8 or later), the installation will overwrite the Maketext.pm in your core library directory. Email me if this produces trouble for any of you folks out there, okay?

2003-04-02 Sean M. Burke sburke@cpan.org

2001-06-21 Sean M. Burke sburke@cpan.org

2001-06-20 Sean M. Burke sburke@cpan.org

2001-05-25 Sean M. Burke sburke@cpan.org

2000-05-14 Sean M. Burke sburke@cpan.org

1999-03-15 Sean M. Burke sburke@netadventure.net