summaryrefslogtreecommitdiff
path: root/ext/Encode/Byte
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-02-06 04:03:31 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-02-06 04:03:31 +0000
commit151b5d361063dc7eb9d8b6b2fdaaa3560e39071e (patch)
treec1c70ff12f8d39b0d865779501faefe911749137 /ext/Encode/Byte
parent4f49a093e7b863c27874fb2649a6d831e6715649 (diff)
downloadperl-151b5d361063dc7eb9d8b6b2fdaaa3560e39071e.tar.gz
Upgrade to Encode 1.87.
p4raw-id: //depot/perl@18663
Diffstat (limited to 'ext/Encode/Byte')
-rw-r--r--ext/Encode/Byte/Byte.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Encode/Byte/Byte.pm b/ext/Encode/Byte/Byte.pm
index 745ca3c2f3..638a9920ce 100644
--- a/ext/Encode/Byte/Byte.pm
+++ b/ext/Encode/Byte/Byte.pm
@@ -1,6 +1,6 @@
package Encode::Byte;
use Encode;
-our $VERSION = do { my @r = (q$Revision: 1.22 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+our $VERSION = do { my @r = (q$Revision: 1.23 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
use XSLoader;
XSLoader::load(__PACKAGE__,$VERSION);
@@ -51,7 +51,7 @@ supported are as follows.
# Vietnamese
viscii
-
+
# all cp* are also available as ibm-*, ms-*, and windows-*
# also see L<http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset4.asp>