diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-03-24 09:33:16 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-03-24 09:48:04 -0600 |
commit | e48f36f0939b8e02e2b138dc8738f7101e790fd7 (patch) | |
tree | 47afef8937ba4670dacb39f5c62ca6dacdc113ad /pod/perlunicode.pod | |
parent | 167630b6ab7e291cbd4f89943a3aec8d6a1ecbfc (diff) | |
download | perl-e48f36f0939b8e02e2b138dc8738f7101e790fd7.tar.gz |
pods: Unicode::Casing is now available
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 15993ffa74..d39d92cedb 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -910,7 +910,7 @@ would be intersecting with nothing (resulting in an empty set). B<This featured is deprecated and is scheduled to be removed in Perl 5.16.> -The CPAN module L<Unicode::Casings> provides better functionality +The CPAN module L<Unicode::Casing> provides better functionality without the drawbacks described below. You can define your own mappings to be used in C<lc()>, |