Change 33523 by [EMAIL PROTECTED] on 2008/03/14 00:12:20

        Fix a couple of minor differences between the Encode 2.14 CPAN tarball
        and blead.

Affected files ...

... //depot/perl/ext/Encode/encoding.pm#51 edit
... //depot/perl/ext/Encode/ucm/cp858.ucm#2 edit

Differences ...

==== //depot/perl/ext/Encode/encoding.pm#51 (text) ====
Index: perl/ext/Encode/encoding.pm
--- perl/ext/Encode/encoding.pm#50~33234~       2008-02-04 06:21:41.000000000 
-0800
+++ perl/ext/Encode/encoding.pm 2008-03-13 17:12:20.000000000 -0700
@@ -1,4 +1,4 @@
-# $Id: encoding.pm,v 2.6 2007/04/22 14:56:12 dankogai Exp $
+# $Id: encoding.pm,v 2.7 2008/03/12 09:51:11 dankogai Exp $
 package encoding;
 our $VERSION = '2.6_01';
 

==== //depot/perl/ext/Encode/ucm/cp858.ucm#2 (text) ====
Index: perl/ext/Encode/ucm/cp858.ucm
--- perl/ext/Encode/ucm/cp858.ucm#1~32750~      2007-12-27 21:05:50.000000000 
-0800
+++ perl/ext/Encode/ucm/cp858.ucm       2008-03-13 17:12:20.000000000 -0700
@@ -1,3 +1,8 @@
+#
+# $Id: cp858.ucm,v 1.1 2008/03/12 09:51:11 dankogai Exp $
+#
+# cf. http://en.wikipedia.org/wiki/Code_page_858
+#
 <code_set_name> "cp858"
 <mb_cur_min> 1
 <mb_cur_max> 1
End of Patch.

Reply via email to