diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-09-02 15:37:55 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-09-02 15:37:55 +0000 |
commit | cf9f87ceb7945f76f12072ed1afe03710c5adc7b (patch) | |
tree | 2e16e17aa49b7c0103a51cc6a21ad7218a0ed41d /ext/Encode/Encode.pm | |
parent | c76df65ea1362504976e117978fbad4e35fdbb7e (diff) | |
download | perl-cf9f87ceb7945f76f12072ed1afe03710c5adc7b.tar.gz |
Upgrade to Encode 2.02
p4raw-id: //depot/perl@23258
Diffstat (limited to 'ext/Encode/Encode.pm')
-rw-r--r-- | ext/Encode/Encode.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index 64166a6cbb..616f50cd87 100644 --- a/ext/Encode/Encode.pm +++ b/ext/Encode/Encode.pm @@ -1,9 +1,9 @@ # -# $Id: Encode.pm,v 2.1 2004/05/25 16:23:30 dankogai Exp $ +# $Id: Encode.pm,v 2.2 2004/08/31 10:52:11 dankogai Exp $ # package Encode; use strict; -our $VERSION = do { my @r = (q$Revision: 2.1 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +our $VERSION = do { my @r = (q$Revision: 2.2 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; sub DEBUG () { 0 } use XSLoader (); XSLoader::load(__PACKAGE__, $VERSION); |