X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbytes.pm;h=6dad41ad9ff36601e8160b1bd6b2b665542e3157;hb=9b463b21d3655b79309f8b461042cebb5733c54e;hp=31294cb9b22e209b13c99aa7483488f2855f8b7c;hpb=a515200d681686a605e69620572e93eba2acd0a4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/bytes.pm b/lib/bytes.pm index 31294cb..6dad41a 100644 --- a/lib/bytes.pm +++ b/lib/bytes.pm @@ -33,17 +33,17 @@ __END__ bytes - Perl pragma to force byte semantics rather than character semantics -=head1 DEPRECATED +=head1 NOTICE This pragma reflects early attempts to incorporate Unicode into perl and -has since been superceded. It breaks encapulation (i.e. it exposes the -innards of how perl happens to be currently storing a string), and use of -this module for anything other than debugging purposes is strongly -discouraged. If you feel that the functions here within might be useful -for your application, this possibly indicates a mismatch beteen your -mental model of Perl Unicode and the current reality. In that case, you -wish to peruse some of the perl Unicode documentation: L, -L, L and L. +has since been superseded. It breaks encapsulation (i.e. it exposes the +innards of how the perl executable currently happens to store a string), +and use of this module for anything other than debugging purposes is +strongly discouraged. If you feel that the functions here within might be +useful for your application, this possibly indicates a mismatch between +your mental model of Perl Unicode and the current reality. In that case, +you may wish to read some of the perl Unicode documentation: +L, L, L and L. =head1 SYNOPSIS