From: Jarkko Hietaniemi Date: Mon, 21 Apr 2003 05:43:55 +0000 (+0000) Subject: Upgrade to Locale::Maketext 1.05. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=953b749f4ea4a5f29351e7df3dcbb34b53f42d22;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Locale::Maketext 1.05. p4raw-id: //depot/perl@19285 --- diff --git a/lib/Locale/Maketext.pm b/lib/Locale/Maketext.pm index fc6acc7..0d4d69f 100644 --- a/lib/Locale/Maketext.pm +++ b/lib/Locale/Maketext.pm @@ -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; diff --git a/lib/Locale/Maketext/ChangeLog b/lib/Locale/Maketext/ChangeLog index 8cf00f4..46a8861 100644 --- a/lib/Locale/Maketext/ChangeLog +++ b/lib/Locale/Maketext/ChangeLog @@ -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