From 0f88d3933d3f97ed63e397e26e9d3e1674ece913 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 2 Sep 2011 12:27:43 -0600 Subject: [PATCH] perluniprops: Add note about 'L_' being non-standard --- lib/unicore/mktables | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 67cd196..22364d1 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -12924,6 +12924,10 @@ sub make_table_pod_entries($) { push @info, "($parenthesized)" if $parenthesized; + if ($name =~ /_$/ && $alias->loose_match) { + push @info, "Note the trailing '_' matters in spite of loose matching rules."; + } + if ($table_property != $perl && $table->perl_extension) { push @info, '(Perl extension)'; } -- 1.8.3.1