summaryrefslogtreecommitdiff
path: root/dist/Locale-Maketext
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2014-12-04 18:54:22 -0500
committerJames E Keenan <jkeenan@cpan.org>2014-12-04 18:56:13 -0500
commitba31029db6030ae56ee4f120a299797efbf7499f (patch)
treed2a619bc78c5f802895043a7355b1e568f117a8f /dist/Locale-Maketext
parentaabef0bb417fd0cadf1a045ae302bf96bb7b07ac (diff)
downloadperl-ba31029db6030ae56ee4f120a299797efbf7499f.tar.gz
Syncing back Changelog to be consistent with CPAN release
Whitespace corrections; update perldelta. For: RT #121671
Diffstat (limited to 'dist/Locale-Maketext')
-rw-r--r--dist/Locale-Maketext/ChangeLog29
-rw-r--r--dist/Locale-Maketext/lib/Locale/Maketext.pm2
2 files changed, 27 insertions, 4 deletions
diff --git a/dist/Locale-Maketext/ChangeLog b/dist/Locale-Maketext/ChangeLog
index fb58183a19..571871f09e 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 c2bd723e91..24c31ea9d6 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;