diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-03-28 15:04:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-09 09:54:46 +0100 |
commit | 09fd6679b8e512b2752059c00f543a149dcee655 (patch) | |
tree | 5841613bfcd2aabccfba0d07d46783df8887e3d6 /bin | |
parent | c1a4d61ad4e6291303262c9ef5fb3f2d502a8aad (diff) |
[KiitC] Add cpanfile feature for optional modules.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/install_perl_modules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |