From: Jarkko Hietaniemi Date: Fri, 22 Jun 2001 12:25:20 +0000 (+0000) Subject: Upgrade to Locale::Maketext 1.03. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=71457cb8f87a9aa7e1f166076f433a046daa2af1;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Locale::Maketext 1.03. p4raw-id: //depot/perl@10823 --- diff --git a/lib/Locale/Maketext.pm b/lib/Locale/Maketext.pm index f8e82eb..24bb2fa 100644 --- a/lib/Locale/Maketext.pm +++ b/lib/Locale/Maketext.pm @@ -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; diff --git a/lib/Locale/Maketext.pod b/lib/Locale/Maketext.pod index e629b90..2983492 100644 --- a/lib/Locale/Maketext.pod +++ b/lib/Locale/Maketext.pod @@ -1,5 +1,5 @@ -# Time-stamp: "2001-06-20 02:02:33 MDT" +# Time-stamp: "2001-06-21 23:12:39 MDT" =head1 NAME diff --git a/lib/Locale/Maketext/ChangeLog b/lib/Locale/Maketext/ChangeLog index e85ed6e..f50e5b9 100644 --- a/lib/Locale/Maketext/ChangeLog +++ b/lib/Locale/Maketext/ChangeLog @@ -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