Add a note in Unicode::UCD about the _getcode() function
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 9 Feb 2004 22:48:54 +0000 (22:48 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 9 Feb 2004 22:48:54 +0000 (22:48 +0000)
being copy-n-pasted in charnames.pm. (spotted by Merijn)

p4raw-id: //depot/perl@22295

lib/Unicode/UCD.pm

index baafd1a..cce547b 100644 (file)
@@ -125,6 +125,7 @@ you will need also the compexcl(), casefold(), and casespec() functions.
 
 =cut
 
+# NB: This function is duplicated in charnames.pm
 sub _getcode {
     my $arg = shift;