Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Pod is the new POD
  • Loading branch information
Tadeusz Sośnierz committed Apr 7, 2013
1 parent 6c6928a commit 8999263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/p6doc
Expand Up @@ -47,7 +47,7 @@ sub locate-module(Str $modulename) {
sub show-docs(Str $path, :$section) {
my $pager = %*ENV<PAGER> // ($*OS eq 'MSWin32' ?? 'more' !! 'less');
if not open($path).lines.grep( /^\=/ ) {
say "No POD found in $path";
say "No Pod found in $path";
return;
}
if $section.defined {
Expand Down

0 comments on commit 8999263

Please sign in to comment.