Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Don't install open311-endpoint feature by default. | Matthew Somerville | 2014-12-12 | -1/+1 |
| | ||||
* | Remove liberror-perl and libsoap-lite-perl. | Matthew Somerville | 2014-11-05 | -1/+1 |
| | | | | | | Try and save other people the potential pain of installing SOAP::Lite; only UK FixMyStreet and Zurich geocoder use it, so set it as an optional feature in the cpanfile instead. | |||
* | Move SOAP::WSDL requirement into UK cpanfile feature. | Matthew Somerville | 2014-02-26 | -1/+1 |
| | | | | Note how we'd like to do the same with SOAP::Lite. | |||
* | Install Carton in its own local::lib. | Matthew Somerville | 2014-02-26 | -4/+4 |
| | | | | This keeps the dependencies of carton separate from those of FixMyStreet. | |||
* | Fixes to module installation. | Matthew Somerville | 2013-07-26 | -4/+0 |
| | | | | | | | * Upgrade ExtUtils::MakeMaker, and remove old workaround. * DIME::Tools won't install without --force (needed by SOAP::Lite in travis). * Remove SOAP::WSDL from cpanfile, as it won't install and nothing needs it apart from Barnet (UK specific). | |||
* | Something else doesn't like this version, sigh | Matthew Somerville | 2013-06-04 | -2/+2 |
| | ||||
* | Workaround for problem installing ExtUtils::MakeMaker. | Matthew Somerville | 2013-06-04 | -0/+4 |
| | ||||
* | 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 |