Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use https:// for MetaCPAN #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/Pod/Weaver/Section/Support.pm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Valid options are: "none", "metacpan", "search", "rt", "anno", "ratings", "forum
The default is "all".

# Where the links go to:
metacpan - http://metacpan.org/release/$dist
metacpan - https://metacpan.org/release/$dist
search - http://search.cpan.org/dist/$dist
rt - https://rt.cpan.org/Public/Dist/Display.html?Name=$dist
anno - http://annocpan.org/dist/$dist
Expand Down Expand Up @@ -688,7 +688,7 @@ sub _add_websites_metacpan {
return _make_item( 'MetaCPAN', <<"EOF" );
A modern, open-source CPAN search engine, useful to view POD in HTML format.

L<http://metacpan.org/release/$dist>
L<https://metacpan.org/release/$dist>
EOF
}

Expand Down