Upgrade to Locale::Maketext 1.05.
Jarkko Hietaniemi [Mon, 21 Apr 2003 05:43:55 +0000 (05:43 +0000)]
p4raw-id: //depot/perl@19285

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

index fc6acc7..0d4d69f 100644 (file)
@@ -1,5 +1,5 @@
 
-# Time-stamp: "2003-04-02 11:04:55 AHST"
+# Time-stamp: "2003-04-18 22:03:06 AHDT"
 
 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.04";
+$VERSION = "1.05";
 @ISA = ();
 
 $MATCH_SUPERS = 1;
index 8cf00f4..46a8861 100644 (file)
@@ -1,6 +1,17 @@
 Revision history for Perl suite Locale::Maketext
-                                        Time-stamp: "2003-04-02 10:37:42 AHST"
+                                        Time-stamp: "2003-04-18 22:07:29 AHDT"
 
+2003-04-18  Sean M. Burke  sburke@cpan.org
+       * Release 1.05:  Different Makefile.PL, same .pm code.
+       
+       Jesse Vincent, Hugo van der Sanden, and Jarkko Hietaniemi
+       encourage me to add this to the makefile:
+        ($] < 5.008) ? () : ( INSTALLDIRS => 'perl'),
+       so that when you install this on a recent version of perl (5.8 or
+       later), the installation will overwrite the Maketext.pm in your
+       core library directory.  Email me if this produces trouble for any
+       of you folks out there, okay?
+       
 2003-04-02  Sean M. Burke  sburke@cpan.org
        * Release 1.04: Implementing proper HTTP "tag;q=rank" parsing for
        get_handle.  This should make all the difference for users/victims