Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'ab5tract-inc'
  • Loading branch information
jonathanstowe committed Jun 8, 2015
2 parents 4024901 + 5458f98 commit 575666c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/p6doc-index
Expand Up @@ -29,6 +29,7 @@ multi sub MAIN('build') {
# XXX p6doc probably uses another path to @*INC which is probably incomplete

for @*INC.map({CompUnitRepo.new($_)})».IO -> $lib_path is copy {
next unless $lib_path.e;

$lib_path = $lib_path.Str;
my @files := find(:dir($lib_path),:type('file'));
Expand Down

0 comments on commit 575666c

Please sign in to comment.