summaryrefslogtreecommitdiff
path: root/lib/Unicode
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2016-11-14 13:15:25 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2016-11-14 13:15:25 +0100
commit53597948a6d0cb346f2b9bcc354471f29df31309 (patch)
tree1cb673dab15566bcc2c8ce58caeb51688b7c0da0 /lib/Unicode
parent816b0b097b90ca037852f7c0f7c670799afdf23b (diff)
downloadperl-53597948a6d0cb346f2b9bcc354471f29df31309.tar.gz
Additional warning of Name.pl going away
Diffstat (limited to 'lib/Unicode')
-rw-r--r--lib/Unicode/UCD.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm
index ecb4ebf34b..c2814900be 100644
--- a/lib/Unicode/UCD.pm
+++ b/lib/Unicode/UCD.pm
@@ -3164,7 +3164,8 @@ them.
Instead of reading the Unicode Database directly from files, as you were able
to do for a long time, you are encouraged to use the supplied functions. So,
-instead of reading C<Name.pl> as with
+instead of reading C<Name.pl> - which may disappear without notice in the
+future - directly, as with
my (%name, %cp);
for (split m/\s*\n/ => do "unicore/Name.pl") {