summaryrefslogtreecommitdiff
path: root/lib/Unicode
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-08-14 13:56:48 -0600
committerKarl Williamson <public@khwilliamson.com>2011-11-08 08:09:06 -0700
commitd9f5f7eb4bc11aa72967ea7e2ad536dd20b6c308 (patch)
treeee8e82e62e7835feeab98ff9857e5311e295621f /lib/Unicode
parentc6d31e505ee6417c4ecdcc849037421137468e8b (diff)
downloadperl-d9f5f7eb4bc11aa72967ea7e2ad536dd20b6c308.tar.gz
Unicode::UCD: Remove obsolete pod lines
Starting in 5.14, this file descriptor is no longer used.
Diffstat (limited to 'lib/Unicode')
-rw-r--r--lib/Unicode/UCD.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm
index 31cd4fcc42..22e117666d 100644
--- a/lib/Unicode/UCD.pm
+++ b/lib/Unicode/UCD.pm
@@ -1430,14 +1430,6 @@ C<\p{...}> (e.g. C<\p{Tibetan}> matches characters of the Tibetan script),
while C<\p{Blk=...}> is used for blocks (e.g. C<\p{Blk=Tibetan}> matches
any of the 256 code points in the Tibetan block).
-
-=head2 Implementation Note
-
-The first use of charinfo() opens a read-only filehandle to the Unicode
-Character Database (the database is included in the Perl distribution).
-The filehandle is then kept open for further queries. In other words,
-if you are wondering where one of your filehandles went, that's where.
-
=head1 BUGS
Does not yet support EBCDIC platforms.