summaryrefslogtreecommitdiff
path: root/dist/Locale-Maketext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-09-25 12:20:28 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-09-25 12:20:28 -0700
commit9607a449b67cc7925ce111d98656c5e2d81c5ac2 (patch)
tree72550575ba68707bf2f6591b131ef148ca655d30 /dist/Locale-Maketext
parente9c9ffcae4a8b5820dabb04674b85bb5195fcfc4 (diff)
downloadperl-9607a449b67cc7925ce111d98656c5e2d81c5ac2.tar.gz
Locale::Maketext version bump; MANIFEST, ChangeLog, perldelta updates
Diffstat (limited to 'dist/Locale-Maketext')
-rw-r--r--dist/Locale-Maketext/ChangeLog20
-rw-r--r--dist/Locale-Maketext/lib/Locale/Maketext.pm2
2 files changed, 21 insertions, 1 deletions
diff --git a/dist/Locale-Maketext/ChangeLog b/dist/Locale-Maketext/ChangeLog
index 284d9717f4..239870410d 100644
--- a/dist/Locale-Maketext/ChangeLog
+++ b/dist/Locale-Maketext/ChangeLog
@@ -1,5 +1,25 @@
Revision history for Perl suite Locale::Maketext
+<date here>
+ * Release 1.16
+
+ Fix for CPAN RT #40727: infinite loop in
+ Locale::Maketext::Guts::_compile() when working with tainted values
+
+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
+
+2009-11-20
+ * Release 1.14 (included in perl 5.11.2; not released separately)
+
+ In Locale::Maketext, avoid using defined @array and defined %hash.
+
+ Convert the odd Locale::Maketext test out from Test to Test::More.
+
2008-05-28 Adriano Ferreira
* Release 1.13
diff --git a/dist/Locale-Maketext/lib/Locale/Maketext.pm b/dist/Locale-Maketext/lib/Locale/Maketext.pm
index 0e7c6d265d..cbfcb14bc7 100644
--- a/dist/Locale-Maketext/lib/Locale/Maketext.pm
+++ b/dist/Locale-Maketext/lib/Locale/Maketext.pm
@@ -26,7 +26,7 @@ BEGIN {
}
-$VERSION = '1.15';
+$VERSION = '1.16';
@ISA = ();
$MATCH_SUPERS = 1;