diff options
author | David Mitchell <davem@iabyn.com> | 2010-02-26 12:50:21 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2010-02-26 12:50:21 +0000 |
commit | 490aa361e2910b6b451cc8bceccd93efa8fbed11 (patch) | |
tree | 0ca582cf9f1c55c4e508d62cfb7ce7d6940c5f8a /lib/bytes.pm | |
parent | a42901aff3d8b1b6b3eecdf30fe579a4456c4ca8 (diff) | |
download | perl-490aa361e2910b6b451cc8bceccd93efa8fbed11.tar.gz |
bytes.pm: downgrade DEPRECATED to NOTICE
Diffstat (limited to 'lib/bytes.pm')
-rw-r--r-- | lib/bytes.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bytes.pm b/lib/bytes.pm index 8065a0459f..57916a578b 100644 --- a/lib/bytes.pm +++ b/lib/bytes.pm @@ -33,7 +33,7 @@ __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 superseded. It breaks encapsulation (i.e. it exposes the |