Skip to content

Commit

Permalink
Link directly to pod pages on metacpan
Browse files Browse the repository at this point in the history
  • Loading branch information
Grinnz committed Mar 22, 2017
1 parent b373ed5 commit cc638bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github/commands/pod2html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Pod::Simple::XHTML 3.11;
my $p = Pod::Simple::XHTML->new;
$p->html_header('');
$p->html_footer('');
$p->perldoc_url_prefix('http://metacpan.org/search?q=');
$p->perldoc_url_prefix('https://metacpan.org/pod/');
$p->strip_verbatim_indent(sub {
my $lines = shift;
(my $indent = $lines->[0]) =~ s/\S.*//;
Expand Down

0 comments on commit cc638bd

Please sign in to comment.