aboutsummaryrefslogtreecommitdiffstats
path: root/bin/install_perl_modules
Commit message (Collapse)AuthorAgeLines
* Make install_perl_modules exit in error on failureMark Longair2012-10-04-5/+3
| | | | | | | | | Previously, install_perl_modules would exit with 0 regardless of whether installation of the modules succeeded or failed; this meant, in particularly, that when called from the install script with 'set -e', it's possible to miss that the module installation failed. By adding 'set -e' to install_perl_modules, we should get a useful exit code.
* Remove relative paths from install_perl_modules. Fixes #305.Matthew Somerville2012-07-19-2/+2
|
* include cpanm in our local bin as that is rather more sensibleStruan Donald2012-02-02-3/+0
|
* strip /bin from the end of the pathStruan Donald2012-01-12-1/+1
|
* use full path in env variables to be on safe sideStruan Donald2012-01-12-5/+7
|
* if carton was already installed then it may not be in ./local/binStruan Donald2011-12-23-1/+1
|
* work in progress new module install scriptsStruan Donald2011-12-22-0/+24