X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cpan%2FEncode%2FCN%2FCN.pm;h=830f34507dad1c187e545b2ce9cdf59026275533;hb=b2deda172989adc48a591cc4a4c1a88918c73105;hp=9f120fb7f15d8cadd73044c9c285682e7beb6d2e;hpb=b65597cb4d6f7ba547ab80880fc66b31b6f08c15;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cpan/Encode/CN/CN.pm b/cpan/Encode/CN/CN.pm index 9f120fb..830f345 100644 --- a/cpan/Encode/CN/CN.pm +++ b/cpan/Encode/CN/CN.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 ); @@ -65,11 +65,7 @@ mean C encodings. To fix that, C is aliased to C. Use C when you really mean it. 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. +this conflicts with mappings by the Unicode Consortium. =head1 SEE ALSO