Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
GLR fix for #137
`p6doc-index build` does not work
  • Loading branch information
stmuk committed Sep 28, 2015
1 parent 5fc7cbd commit 5c4ca1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/p6doc-index
Expand Up @@ -32,7 +32,7 @@ multi sub MAIN('build') {
next unless $lib_path.e;

$lib_path = $lib_path.Str;
my @files := find(:dir($lib_path),:type('file'));
my @files = find(:dir($lib_path),:type('file')).map({.IO});

for @files -> $f {
my $file = $f.path;
Expand Down

0 comments on commit 5c4ca1a

Please sign in to comment.