This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deprecate direct use of Unicode db files
authorKarl Williamson <public@khwilliamson.com>
Sun, 6 Nov 2011 23:41:35 +0000 (16:41 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:38 +0000 (08:09 -0700)
commitae92a9ae5fdd29415eca30d6749c94b11c488f41
treecdc1ed63703fec5b8b88faee06be101bcb6d2531
parent6b64c11c363b6755dbb42d21070b086ef1dfc5b2
Deprecate direct use of Unicode db files

Unicode::UCD has been enhanced to provide a stable API for accessing the
Unicode data base.  Some applications have needed data that has
previously only effectively been available from files stored on disk.

It may be that some time in the future we will want to change or remove
these files, so a warning has been added to their headers to that
effect.

Already, it would have been more convenient to change the
formats somewhat in some of these, and I have had to do some hoop
jumping to avoid this.

I don't see any call to change them now for many releases down the road,
but for example, we may choose to store more of the db in memory, and
would no longer need these.
lib/unicore/mktables
pod/perldelta.pod