summaryrefslogtreecommitdiff
path: root/ext/Encode/Byte
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-05-20 13:30:25 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-05-20 13:30:25 +0000
commit7237418a8f516d6002de239a7ae175380a62b3c8 (patch)
tree8cd131d786d8233169ab36be46f1720c7981f4ce /ext/Encode/Byte
parentbc2a472ee2496e18323688445a703595a998e3a4 (diff)
downloadperl-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.pm2
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);