projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
More CJK (just C, really) tables from Autrijus Tang
[p5sagit/p5-mst-13.2.git]
/
ext
/
Encode
/
lib
/
Encode
/
XS.pm
Commit
Line
Data
df1df145
1
package Encode::XS;
2
use strict;
f500e210
3
our $VERSION = do {my @r=(q$Revision: 0.40 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r};
df1df145
4
use base 'Encode::Encoding';
5
1;
6
__END__
7
8