In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2ff38e68adbc6fa5afe7756c10314a0bf62fdab4?hp=e9b067d91703bf151aa6769b5c49fb95a91f6fa5>
- Log ----------------------------------------------------------------- commit 2ff38e68adbc6fa5afe7756c10314a0bf62fdab4 Author: Todd Rinaldo <[email protected]> Date: Thu Oct 7 19:41:21 2010 +0100 Bring Locale::Maketext ChangeLog up to date with all recent commits Signed-off-by: Chris 'BinGOs' Williams <[email protected]> ----------------------------------------------------------------------- Summary of changes: dist/Locale-Maketext/ChangeLog | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/dist/Locale-Maketext/ChangeLog b/dist/Locale-Maketext/ChangeLog index a8af658..56ed50e 100644 --- a/dist/Locale-Maketext/ChangeLog +++ b/dist/Locale-Maketext/ChangeLog @@ -3,18 +3,31 @@ Revision history for Perl suite Locale::Maketext <date here> * Release 1.16 + 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 supressed. - + + 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 * Release 1.15 (included in perl 5.13.3; not released separately) Locale::Maketext guts have been merged back into the main module - External cache support + Fix for CPAN RT #46738. Perl 76354 + Support for RO Lexicon hashes (External cache support) 2009-11-20 * Release 1.14 (included in perl 5.11.2; not released separately) -- Perl5 Master Repository
