From a70342b06acf65564b6a932e0c2374bd8af7ff3e Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 26 Feb 2014 12:50:11 +0000 Subject: Move SOAP::WSDL requirement into UK cpanfile feature. Note how we'd like to do the same with SOAP::Lite. --- 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 d7378c697..883ced235 100755 --- a/bin/install_perl_modules +++ b/bin/install_perl_modules @@ -9,7 +9,7 @@ $DIR/bin/cpanm -l $DIR/local-carton Carton export PATH=$DIR/local-carton/bin:$PATH export PERL5LIB=$DIR/local-carton/lib/perl5 -carton install --deployment +carton install --deployment --without uk if ! perl -MImage::Magick -e 'exit()' >/dev/null 2>&1 then -- cgit v1.2.3