Update bundled cpanm to 1.7044

Better support for zip file dist with comments and using MetaCPAN for
HTTPS downloads by default.
This commit is contained in:
Zak B. Elep 2018-04-19 21:49:31 +08:00
parent b1d0459e7a
commit 28cb55bcf0

View file

@ -47,9 +47,9 @@ my %builds = (
# sha256 taken from http://www.cpan.org/authors/id/M/MI/MIYAGAWA/CHECKSUMS
my %cpanm = (
name => "App-cpanminus-1.7043",
url => "http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7043.tar.gz",
sha256 => "68a06f7da80882a95bc02c92c7ee305846fb6ab648cf83678ea945e44ad65c65",
name => "App-cpanminus-1.7044",
url => "http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz",
sha256 => "9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3",
);
die_with_sample unless defined $yaml->{releases};