We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587d0a3 commit 7e97efeCopy full SHA for 7e97efe
bin/p6doc-index
@@ -45,7 +45,7 @@ multi sub MAIN('build') {
45
}
46
if $row ~~ /X\<(.*?)\>/ and $section {
47
my $x = $0.Str;
48
- %words{$x}.push([$pod, $section]);
+ %words{$x}.push([$pod, $section]) if $x ~~ m/^<alpha>/;
49
50
51
0 commit comments