In perl.git, the branch tux/ucd-name has been updated <http://perl5.git.perl.org/perl.git/commitdiff/53597948a6d0cb346f2b9bcc354471f29df31309?hp=816b0b097b90ca037852f7c0f7c670799afdf23b>
- Log ----------------------------------------------------------------- commit 53597948a6d0cb346f2b9bcc354471f29df31309 Author: H.Merijn Brand <[email protected]> Date: Mon Nov 14 13:15:25 2016 +0100 Additional warning of Name.pl going away ----------------------------------------------------------------------- Summary of changes: lib/Unicode/UCD.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm index ecb4ebf..c281490 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") { -- Perl5 Master Repository
