Skip to content

Commit

Permalink
Merge pull request #330 from CPAN-API/haarg/download-ssl
Browse files Browse the repository at this point in the history
use https for download url
  • Loading branch information
ranguard committed Oct 14, 2014
2 parents 2dd0be7 + 59c0790 commit bb5e744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Document/Release.pm
Expand Up @@ -221,7 +221,7 @@ sub _build_version_numified {
sub _build_download_url {
my $self = shift;
return
'http://cpan.metacpan.org/authors/'
'https://cpan.metacpan.org/authors/'
. MetaCPAN::Document::Author::_build_dir( $self->author ) . '/'
. $self->archive;
}
Expand Down

0 comments on commit bb5e744

Please sign in to comment.