Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Make install_perl_modules exit in error on failure | Mark Longair | 2012-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 Somerville | 2012-07-19 | -2/+2 |
| | ||||
* | include cpanm in our local bin as that is rather more sensible | Struan Donald | 2012-02-02 | -3/+0 |
| | ||||
* | strip /bin from the end of the path | Struan Donald | 2012-01-12 | -1/+1 |
| | ||||
* | use full path in env variables to be on safe side | Struan Donald | 2012-01-12 | -5/+7 |
| | ||||
* | if carton was already installed then it may not be in ./local/bin | Struan Donald | 2011-12-23 | -1/+1 |
| | ||||
* | work in progress new module install scripts | Struan Donald | 2011-12-22 | -0/+24 |