Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
delete one space to shut up pointless test
  • Loading branch information
stmuk committed Jul 8, 2016
1 parent ff9cfd0 commit 4109e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/p6doc
Expand Up @@ -35,7 +35,7 @@ sub locate-module(Str $modulename) {
my $m = @candidates.first: *.IO.f;

unless $m.defined {
# not "core" pod now try for panda or zef installed module
# not "core" pod now try for panda or zef installed module
$m = old-locate-curli-module($modulename);
}

Expand Down

0 comments on commit 4109e90

Please sign in to comment.