From f6da06283b02f397f07b1af2950a02bf56ea014d Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Mon, 22 Jul 2013 11:04:57 +0400 Subject: [PATCH] Force install modules with cpan cpan does not seem to support --notest like cpan mini does, making any failing test in a dependency terminate the installation. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ac7705fc..6f6400cc 100644 --- a/Makefile +++ b/Makefile @@ -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::