From b6f5dfab3b0f659499af357cff966d4f80df3fc5 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 25 Mar 2014 00:22:30 +0100 Subject: [PATCH] MT#6261 Use Sipwise internal cpan mirror with carton --- testsuite/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testsuite/Makefile b/testsuite/Makefile index 2085b64b..7c24a8ee 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -1,7 +1,10 @@ all: prepare test +# use our own cpan mirror +export PERL_CARTON_MIRROR=http://deb.sipwise.com/cpan/ + prepare: - carton install + carton --verbose install test: mkdir -p ../reports/