diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-07-26 23:12:35 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-07-26 23:51:35 +0100 |
commit | 378b3e2f2796fb57d9e58b25b8a818ee8ce8c092 (patch) | |
tree | 2e3ad2edecd9bb8aebde1f32817fdf8e6759fdf1 /cpanfile | |
parent | 02f57fe249afcfc61db4f68adf2499bb5e239314 (diff) |
Fixes to module installation.
* 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).
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,6 @@ requires 'Catalyst::View::TT'; requires 'Cache::Memcached'; requires 'Carp'; requires 'CGI'; -requires 'Class::Std::Fast::Storable'; requires 'Crypt::Eksblowfish::Bcrypt'; requires 'DateTime'; requires 'DateTime::Format::HTTP'; @@ -67,7 +66,8 @@ requires 'Readonly'; requires 'Regexp::Common'; requires 'Scalar::Util'; requires 'SOAP::Lite'; -requires 'SOAP::WSDL'; +# Required by Barnet sending, currently fails to install, no-one else needs it. +# requires 'SOAP::WSDL'; requires 'Statistics::Distributions'; requires 'Storable'; requires 'Template::Plugin::Comma'; |