Skip to content

Commit 6c54c83

Browse files
committed
Fetch cpanm over HTTPS
Fixes #55, thanks @J0WI for spotting!
1 parent 892e2b4 commit 6c54c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ sub die_with_sample {
8585
# sha256 taken from http://www.cpan.org/authors/id/M/MI/MIYAGAWA/CHECKSUMS
8686
my %cpanm = (
8787
name => "App-cpanminus-1.7044",
88-
url => "http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz",
88+
url => "https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz",
8989
sha256 => "9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3",
9090
);
9191

0 commit comments

Comments
 (0)