Skip to content

Commit cc8cdc7

Browse files
authored
Merge pull request #714 from bduggan/fix-readme-example
README example needs PERL6LIB to be set
2 parents a8a0ef7 + c7b3869 commit cc8cdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/p6doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sub findbin() returns Str {
2222
constant INDEX = findbin() ~ 'index.data';
2323

2424
sub search-paths() returns Seq {
25-
($*REPO.repo-chain()>>.Str X~ </doc/>).grep: *.IO.d
25+
(('.', |$*REPO.repo-chain())>>.Str X~ </doc/>).grep: *.IO.d
2626
}
2727

2828
sub module-names(Str $modulename) returns Seq {

0 commit comments

Comments
 (0)