Patch 22835 Failed to upgrade all the new files in Encode 2.01
authorNicholas Clark <nick@ccl4.org>
Tue, 8 Jun 2004 14:59:20 +0000 (14:59 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 8 Jun 2004 14:59:20 +0000 (14:59 +0000)
As spotted by Jerry D. Hedden

p4raw-id: //depot/perl@22906

ext/Encode/Changes
ext/Encode/Encode.pm
ext/Encode/META.yml

index 83b8221..e1945e5 100644 (file)
@@ -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
index 62be76e..64166a6 100644 (file)
@@ -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);
index b0a48f0..425670f 100644 (file)
@@ -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: