diff options
author | Tom Hukins <tom@eborcom.com> | 2010-02-26 13:21:43 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-03-12 09:48:21 +0100 |
commit | 04c2c53e28f4ba728c1eb5803e26f67d44f5672a (patch) | |
tree | bdbfe88e5a326ca35c9cb452ca1eb638a607f7e0 /lib/bytes.pm | |
parent | d974f73b58c3742afde78aeb2cc0f767444c0d87 (diff) | |
download | perl-04c2c53e28f4ba728c1eb5803e26f67d44f5672a.tar.gz |
Use simpler language.
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 57916a578b..6dad41ad9f 100644 --- a/lib/bytes.pm +++ b/lib/bytes.pm @@ -42,7 +42,7 @@ 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 peruse some of the perl Unicode documentation: +you may wish to read some of the perl Unicode documentation: L<perluniintro>, L<perlunitut>, L<perlunifaq> and L<perlunicode>. =head1 SYNOPSIS |