Upgrade to Locale-Maketext-1.10. As change #25547 did not make it
Steve Peters [Sat, 12 Nov 2005 20:44:16 +0000 (20:44 +0000)]
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

lib/Locale/Maketext.pm
lib/Locale/Maketext/ChangeLog

index f60d03d..53fd48d 100644 (file)
@@ -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;
index 9256134..717a0db 100644 (file)
@@ -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: