Skip to content

Commit

Permalink
Force install modules with cpan
Browse files Browse the repository at this point in the history
cpan does not seem to support --notest like cpan mini does,
making any failing test in a dependency terminate the installation.
  • Loading branch information
Michael Klishin committed Jul 22, 2013
1 parent 95bdddb commit f6da062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ python-puka/.ok:

perl/.ok:
(cd perl && \
cpan -i Net::RabbitFoot && \
cpan -i UUID::Tiny && \
cpan -i -f Net::RabbitFoot && \
cpan -i -f UUID::Tiny && \
touch .ok)

clean::
Expand Down

0 comments on commit f6da062

Please sign in to comment.