This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Additional warning of Name.pl going away
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 14 Nov 2016 12:15:25 +0000 (13:15 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 14 Nov 2016 12:15:25 +0000 (13:15 +0100)
lib/Unicode/UCD.pm

index ecb4ebf..c281490 100644 (file)
@@ -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") {