Upgrade to Locale::Maketext 1.03.
Jarkko Hietaniemi [Fri, 22 Jun 2001 12:25:20 +0000 (12:25 +0000)]
p4raw-id: //depot/perl@10823

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

index f8e82eb..24bb2fa 100644 (file)
@@ -1,5 +1,5 @@
 
-# Time-stamp: "2000-11-14 22:27:26 MST"
+# Time-stamp: "2001-06-21 23:09:33 MDT"
 
 require 5;
 package Locale::Maketext;
@@ -14,7 +14,7 @@ use I18N::LangTags 0.21 ();
 BEGIN { unless(defined &DEBUG) { *DEBUG = sub () {0} } }
  # define the constant 'DEBUG' at compile-time
 
-$VERSION = "1.02";
+$VERSION = "1.03";
 @ISA = ();
 
 $MATCH_SUPERS = 1;
index e629b90..2983492 100644 (file)
@@ -1,5 +1,5 @@
 
-# Time-stamp: "2001-06-20 02:02:33 MDT"
+# Time-stamp: "2001-06-21 23:12:39 MDT"
 
 =head1 NAME
 
index e85ed6e..f50e5b9 100644 (file)
@@ -1,6 +1,10 @@
 Revision history for Perl suite Locale::Maketext
-                                        Time-stamp: "2001-06-20 02:14:35 MDT"
+                                        Time-stamp: "2001-06-21 23:18:31 MDT"
 
+2001-06-21  Sean M. Burke  sburke@cpan.org
+       * Release 1.03: basically cosmetic tweaks to the docs and the
+       test.pl.
+       
 2001-06-20  Sean M. Burke  sburke@cpan.org
        * Release 1.02:  EBCDIC-compatability changes courtesy of Peter
        Prymmer.  Added [*,...] as alias for [quant,...] and [#,...] as an