From: Steve Peters Date: Sat, 12 Nov 2005 20:44:16 +0000 (+0000) Subject: Upgrade to Locale-Maketext-1.10. As change #25547 did not make it X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1edf7ee90536e731f6a7d05142a0786a1862c384;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Locale-Maketext-1.10. As change #25547 did not make it into the module release, I bumped the version number and added the missing code. p4raw-link: @25547 on //depot/perl: 5350a4e5afd114d2b90f90330f8524ae889fdb03 p4raw-id: //depot/perl@26103 --- diff --git a/lib/Locale/Maketext.pm b/lib/Locale/Maketext.pm index f60d03d..53fd48d 100644 --- a/lib/Locale/Maketext.pm +++ b/lib/Locale/Maketext.pm @@ -14,7 +14,7 @@ use I18N::LangTags 0.30 (); BEGIN { unless(defined &DEBUG) { *DEBUG = sub () {0} } } # define the constant 'DEBUG' at compile-time -$VERSION = "1.09_01"; +$VERSION = "1.10_01"; @ISA = (); $MATCH_SUPERS = 1; diff --git a/lib/Locale/Maketext/ChangeLog b/lib/Locale/Maketext/ChangeLog index 9256134..717a0db 100644 --- a/lib/Locale/Maketext/ChangeLog +++ b/lib/Locale/Maketext/ChangeLog @@ -1,6 +1,13 @@ Revision history for Perl suite Locale::Maketext Time-stamp: "2004-03-30 21:38:07 AST" +2005-11-10 Andy Lester + * Release 1.10: + + 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 * Release 1.09: @@ -10,7 +17,6 @@ Revision history for Perl suite Locale::Maketext Thanks to Autrijus Tang for catching some errors in the dist! - 2004-01-19 Sean M. Burke sburke@cpan.org * Release 1.08: