diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-06-08 14:59:20 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-06-08 14:59:20 +0000 |
commit | 61f5b2ae94ca6acdd5b4b8802ba76441d8c92aa7 (patch) | |
tree | 009899bcca8d17722d75e00099107b11f3dda2c8 | |
parent | 9e09f5f2a061547beb0a25b560bc3ef946da9413 (diff) | |
download | perl-61f5b2ae94ca6acdd5b4b8802ba76441d8c92aa7.tar.gz |
Patch 22835 Failed to upgrade all the new files in Encode 2.01
As spotted by Jerry D. Hedden
p4raw-id: //depot/perl@22906
-rw-r--r-- | ext/Encode/Changes | 11 | ||||
-rw-r--r-- | ext/Encode/Encode.pm | 4 | ||||
-rw-r--r-- | ext/Encode/META.yml | 2 |
3 files changed, 12 insertions, 5 deletions
diff --git a/ext/Encode/Changes b/ext/Encode/Changes index 83b8221617..e1945e5247 100644 --- a/ext/Encode/Changes +++ b/ext/Encode/Changes @@ -1,9 +1,16 @@ # Revision history for Perl extension Encode. # -# $Id: Changes,v 2.0 2004/05/16 20:55:15 dankogai Exp $ +# $Id: Changes,v 2.1 2004/05/25 16:27:14 dankogai Exp dankogai $ # -$Revision: 2.0 $ $Date: 2004/05/16 20:55:15 $ +$Revision: 2.1 $ $Date: 2004/05/25 16:27:14 $ +! lib/Encode/CN/HZ.pm lib/Encode/Unicode/UTF7.pm + "If someone thinks utf8::upgrade($1) should be croaked like + chom?p($1),please try the following patch for Encode.pm." + -- sadahiro-san + <20040522212704.C068.BQW10602@nifty.com> + +2.0 2004/05/16 20:55:15 * version updated to 2.00 -- sorry, no big feature change. I just hate version 1.100 :) ! lib/Encode/Guess.pm diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index 62be76eb76..64166a6cbb 100644 --- a/ext/Encode/Encode.pm +++ b/ext/Encode/Encode.pm @@ -1,9 +1,9 @@ # -# $Id: Encode.pm,v 2.0 2004/05/16 20:55:15 dankogai Exp $ +# $Id: Encode.pm,v 2.1 2004/05/25 16:23:30 dankogai Exp $ # package Encode; use strict; -our $VERSION = do { my @r = (q$Revision: 2.0 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +our $VERSION = do { my @r = (q$Revision: 2.1 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; sub DEBUG () { 0 } use XSLoader (); XSLoader::load(__PACKAGE__, $VERSION); diff --git a/ext/Encode/META.yml b/ext/Encode/META.yml index b0a48f0f96..425670f006 100644 --- a/ext/Encode/META.yml +++ b/ext/Encode/META.yml @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Encode -version: 2.00 +version: 2.01 version_from: Encode.pm installdirs: perl requires: |