This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
816b0b0
)
Additional warning of Name.pl going away
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Mon, 14 Nov 2016 12:15:25 +0000
(13:15 +0100)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Mon, 14 Nov 2016 12:15:25 +0000
(13:15 +0100)
lib/Unicode/UCD.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Unicode/UCD.pm
b/lib/Unicode/UCD.pm
index
ecb4ebf
..
c281490
100644
(file)
--- 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") {