From 09fd6679b8e512b2752059c00f543a149dcee655 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 28 Mar 2018 15:04:45 +0100 Subject: [KiitC] Add cpanfile feature for optional modules. --- bin/install_perl_modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/install_perl_modules') diff --git a/bin/install_perl_modules b/bin/install_perl_modules index 74b30fbdd..c8bfbece0 100755 --- a/bin/install_perl_modules +++ b/bin/install_perl_modules @@ -4,7 +4,7 @@ set -e DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd | sed -e 's/\/bin$//' )" -$DIR/vendor/bin/carton install --deployment --without uk --without zurich +$DIR/vendor/bin/carton install --deployment --without uk --without zurich --without kiitc if ! perl -MImage::Magick -e 'exit()' >/dev/null 2>&1 then -- cgit v1.2.3