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.
2 parents 4024901 + 5458f98 commit 575666cCopy full SHA for 575666c
bin/p6doc-index
@@ -29,6 +29,7 @@ multi sub MAIN('build') {
29
# XXX p6doc probably uses another path to @*INC which is probably incomplete
30
31
for @*INC.map({CompUnitRepo.new($_)})».IO -> $lib_path is copy {
32
+ next unless $lib_path.e;
33
34
$lib_path = $lib_path.Str;
35
my @files := find(:dir($lib_path),:type('file'));
0 commit comments