diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-05-20 13:30:25 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-05-20 13:30:25 +0000 |
commit | 7237418a8f516d6002de239a7ae175380a62b3c8 (patch) | |
tree | 8cd131d786d8233169ab36be46f1720c7981f4ce /ext/Encode/Byte | |
parent | bc2a472ee2496e18323688445a703595a998e3a4 (diff) | |
download | perl-7237418a8f516d6002de239a7ae175380a62b3c8.tar.gz |
Upgrade to Encode 2.00.
p4raw-id: //depot/perl@22835
Diffstat (limited to 'ext/Encode/Byte')
-rw-r--r-- | ext/Encode/Byte/Byte.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Encode/Byte/Byte.pm b/ext/Encode/Byte/Byte.pm index 638a9920ce..d40c1c3d9d 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.23 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +our $VERSION = do { my @r = (q$Revision: 2.0 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; use XSLoader; XSLoader::load(__PACKAGE__,$VERSION); |