diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-11-12 20:44:16 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-11-12 20:44:16 +0000 |
commit | 1edf7ee90536e731f6a7d05142a0786a1862c384 (patch) | |
tree | d63098893540cb68faf39d85d3e409353f1b438b | |
parent | 68b5363f7e6243d999097c647e922642ab157ba3 (diff) | |
download | perl-1edf7ee90536e731f6a7d05142a0786a1862c384.tar.gz |
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
-rw-r--r-- | lib/Locale/Maketext.pm | 2 | ||||
-rw-r--r-- | lib/Locale/Maketext/ChangeLog | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lib/Locale/Maketext.pm b/lib/Locale/Maketext.pm index f60d03d515..53fd48db27 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 9256134c5e..717a0dbd13 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: |