diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-11-04 12:54:31 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-11-08 08:09:28 -0700 |
commit | f82fe4babf391c23594ab7d8f7053bf1517dded0 (patch) | |
tree | eaa3f68886bcc63a73f5b66c75442090a5492dda /lib/unicore | |
parent | ae51efca3724f187851a6447c41e96acb67546b3 (diff) | |
download | perl-f82fe4babf391c23594ab7d8f7053bf1517dded0.tar.gz |
mktables: Add method to change if outputting pod entry
A new method is created to allow changing if an entry for a name is to
be output in the regular expression part of perluniprops.pod.
Diffstat (limited to 'lib/unicore')
-rw-r--r-- | lib/unicore/mktables | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index f55ecdc47a..fcee504d75 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -2681,7 +2681,7 @@ package Alias; # Some aliases should not get their own entries in the re section of the # pod, because they are covered by a wild-card, and some we want to # discourage use of. Binary - main::set_access('make_re_pod_entry', \%make_re_pod_entry, 'r'); + main::set_access('make_re_pod_entry', \%make_re_pod_entry, 'r', 's'); my %status; # Aliases have a status, like deprecated, or even suppressed (which means |