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.
1 parent 19725c6 commit 2b4bfefCopy full SHA for 2b4bfef
bin/p6doc
@@ -48,7 +48,7 @@ sub locate-module(Str $modulename) {
48
49
sub show-docs(Str $path, :$section) {
50
my $pager = %*ENV<PAGER> // ($*OS eq 'MSWin32' ?? 'more' !! 'less');
51
- if not open($path).lines.grep( /^('=' | '#|' | '#=')/ ) {
+ if not open($path).lines.grep( /^'=' | '#|' | '#='/ ) {
52
say "No Pod found in $path";
53
return;
54
}
0 commit comments