X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cpan%2FEncode%2FTW%2FTW.pm;h=c30499bee1ec891bfbaed61aa72524f472b144f6;hb=b2deda172989adc48a591cc4a4c1a88918c73105;hp=ffaa84420401de371a21ed98fbc69f5ea49f0352;hpb=b65597cb4d6f7ba547ab80880fc66b31b6f08c15;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cpan/Encode/TW/TW.pm b/cpan/Encode/TW/TW.pm index ffaa844..c30499b 100644 --- a/cpan/Encode/TW/TW.pm +++ b/cpan/Encode/TW/TW.pm @@ -7,7 +7,7 @@ BEGIN { use strict; use warnings; use Encode; -our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; +our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE__, $VERSION ); @@ -66,11 +66,7 @@ manipulation, please use C in L, which contains planes 1-7. The ASCII region (0x00-0x7f) is preserved for all encodings, even -though this conflicts with mappings by the Unicode Consortium. See - -L - -to find out why it is implemented that way. +though this conflicts with mappings by the Unicode Consortium. =head1 SEE ALSO