In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ba31029db6030ae56ee4f120a299797efbf7499f?hp=aabef0bb417fd0cadf1a045ae302bf96bb7b07ac>
- Log ----------------------------------------------------------------- commit ba31029db6030ae56ee4f120a299797efbf7499f Author: Todd Rinaldo <[email protected]> Date: Thu Dec 4 18:54:22 2014 -0500 Syncing back Changelog to be consistent with CPAN release Whitespace corrections; update perldelta. For: RT #121671 ----------------------------------------------------------------------- Summary of changes: dist/Locale-Maketext/ChangeLog | 29 ++++++++++++++++++++++++++--- dist/Locale-Maketext/lib/Locale/Maketext.pm | 2 +- pod/perldelta.pod | 4 ++++ 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/dist/Locale-Maketext/ChangeLog b/dist/Locale-Maketext/ChangeLog index fb58183..571871f 100644 --- a/dist/Locale-Maketext/ChangeLog +++ b/dist/Locale-Maketext/ChangeLog @@ -1,5 +1,28 @@ Revision history for Perl suite Locale::Maketext +2014-06-17 + * Correct two subtle typos in Locale::Maketext POD. + + +2013-04-13 + * No changes. Switch to version 1.25 for release to CPAN. + +2013-04-13 + * Update to 1.25_01 from upstream blead for release testing + +2013-11-08 + * Fix for case when lexicon translations contain substitionand literals with eval-non-safe characters. + RT #120457 + +2013-08-21 + * Swap out base for parent (bowtie) For: RT #119403 + +2013-05-21 + * typo fixes for Locale::Maketext + +2013-01-04 + * POD fixes uncovered by the new Pod::Checker, not yet in core. + 2012-12-04 * Fix misparsing of maketext strings. @@ -36,7 +59,7 @@ Revision history for Perl suite Locale::Maketext 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 * Release 1.16 @@ -46,7 +69,7 @@ Revision history for Perl suite Locale::Maketext 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 $@. + 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 @@ -100,7 +123,7 @@ Revision history for Perl suite Locale::Maketext 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 * Release 1.12 diff --git a/dist/Locale-Maketext/lib/Locale/Maketext.pm b/dist/Locale-Maketext/lib/Locale/Maketext.pm index c2bd723..24c31ea 100644 --- a/dist/Locale-Maketext/lib/Locale/Maketext.pm +++ b/dist/Locale-Maketext/lib/Locale/Maketext.pm @@ -27,7 +27,7 @@ BEGIN { } -$VERSION = '1.25'; +$VERSION = '1.26'; @ISA = (); $MATCH_SUPERS = 1; diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1fbca0d..2446bb9 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -140,6 +140,10 @@ The PathTools module collection has been upgraded from 3.52 to 3.53. Don't turn leading C<//> into C</> on Cygwin. [perl #122635] +=item * + +L<Locale::Maketext> has been upgraded from version 1.25 to 1.26. + =back =head2 Removed Modules and Pragmata -- Perl5 Master Repository
