Skip to content

Commit 7e97efe

Browse files
committed
don't build p6doc index keyed on junk
1 parent 587d0a3 commit 7e97efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/p6doc-index

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ multi sub MAIN('build') {
4545
}
4646
if $row ~~ /X\<(.*?)\>/ and $section {
4747
my $x = $0.Str;
48-
%words{$x}.push([$pod, $section]);
48+
%words{$x}.push([$pod, $section]) if $x ~~ m/^<alpha>/;
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)