diff options
Diffstat (limited to 'lib/Locale')
-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: |