Skip to content

Commit

Permalink
Invoke cpanm more politely
Browse files Browse the repository at this point in the history
--quiet for quiet, specify https so we don't set people up to be
trivially mitm'd, no-lwp so it works with system Perl on OS X (falls
back to cURL).
  • Loading branch information
silby committed Jun 24, 2016
1 parent 8407294 commit 467dbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deps: $(cpanm) liftover perl-deps

perl-deps: cpanfile
mkdir -p local
$(cpanm) --notest -l local --installdeps .
$(cpanm) --quiet --from https://cpan.metacpan.org/ --no-lwp --notest -l local --installdeps .

$(cpanm):
curl -fsSL https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm > $@
Expand Down

0 comments on commit 467dbb3

Please sign in to comment.