Skip to content

Commit 28cb55b

Browse files
committed
Update bundled cpanm to 1.7044
Better support for zip file dist with comments and using MetaCPAN for HTTPS downloads by default.
1 parent b1d0459 commit 28cb55b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generate.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ sub die_with_sample {
4747

4848
# sha256 taken from http://www.cpan.org/authors/id/M/MI/MIYAGAWA/CHECKSUMS
4949
my %cpanm = (
50-
name => "App-cpanminus-1.7043",
51-
url => "http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7043.tar.gz",
52-
sha256 => "68a06f7da80882a95bc02c92c7ee305846fb6ab648cf83678ea945e44ad65c65",
50+
name => "App-cpanminus-1.7044",
51+
url => "http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz",
52+
sha256 => "9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3",
5353
);
5454

5555
die_with_sample unless defined $yaml->{releases};

0 commit comments

Comments
 (0)