Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
[p5sagit/p5-mst-13.2.git] / ext / Encode / lib / Encode / Tcl.pm
index c423d8e..2525564 100644 (file)
@@ -5,7 +5,8 @@ BEGIN {
     }
 }
 use strict;
-our $VERSION = do {my @r=(q$Revision: 1.1 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r};
+our $VERSION = do { my @r = (q$Revision: 0.90 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+
 use Encode qw(find_encoding);
 use base 'Encode::Encoding';
 use Carp;