diff options
Diffstat (limited to 'ext/Pod-Functions/Functions_pm.PL')
-rw-r--r-- | ext/Pod-Functions/Functions_pm.PL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/Pod-Functions/Functions_pm.PL b/ext/Pod-Functions/Functions_pm.PL index f0ad0bdbc5..c7bb44bec8 100644 --- a/ext/Pod-Functions/Functions_pm.PL +++ b/ext/Pod-Functions/Functions_pm.PL @@ -69,6 +69,8 @@ foreach my $TL_node (@$tree[2 .. $#$tree]) { } } else { $item_text =~ s/ .*//; + # For now, just remove any metadata about when it was added: + $text =~ s/^\+\S+ //; $Flavor{$item_text} = $text; ++$Omit{$item_text} if $text =~ /^!/; } |