diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-04-25 01:06:23 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-04-25 01:06:23 +0000 |
commit | 44b3b9c710e4ffb3c3fb08c702ea4f981c927631 (patch) | |
tree | 5a14966cc3852db828c4b83984fed3a1b768ddb2 /ext/Encode/Byte | |
parent | 6d62b57de119943ad42625b9ea2237bdac6e25bb (diff) | |
download | perl-44b3b9c710e4ffb3c3fb08c702ea4f981c927631.tar.gz |
Upgrade to Encode-2.20
p4raw-id: //depot/perl@31061
Diffstat (limited to 'ext/Encode/Byte')
-rw-r--r-- | ext/Encode/Byte/Byte.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/Encode/Byte/Byte.pm b/ext/Encode/Byte/Byte.pm index 0824368a73..3ea9035b7b 100644 --- a/ext/Encode/Byte/Byte.pm +++ b/ext/Encode/Byte/Byte.pm @@ -2,7 +2,7 @@ package Encode::Byte; use strict; use warnings; use Encode; -our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; +our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE__, $VERSION ); @@ -107,7 +107,6 @@ supported are as follows. # More vendor encodings AdobeStandardEncoding nextstep - gsm0338 # used in GSM handsets hp-roman8 =head1 DESCRIPTION |