Upgrade to Encode 0.93, from Dan Kogai.
[p5sagit/p5-mst-13.2.git] / ext / Encode / lib / Encode / Tcl.pm
index 6f7e4b9..0662e3e 100644 (file)
@@ -5,7 +5,7 @@ BEGIN {
     }
 }
 use strict;
-our $VERSION = do { my @r = (q$Revision: 0.90 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+our $VERSION = do { my @r = (q$Revision: 0.92 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
 
 use Encode qw(find_encoding);
 use base 'Encode::Encoding';
@@ -125,6 +125,7 @@ sub INC_find
 
 require Encode::Tcl::Table;
 require Encode::Tcl::Escape;
+require Encode::Tcl::Extended;
 
 1;
 __END__