aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2013-07-26 23:12:35 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2013-07-26 23:51:35 +0100
commit378b3e2f2796fb57d9e58b25b8a818ee8ce8c092 (patch)
tree2e3ad2edecd9bb8aebde1f32817fdf8e6759fdf1 /cpanfile
parent02f57fe249afcfc61db4f68adf2499bb5e239314 (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--cpanfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpanfile b/cpanfile
index d0a52d6e9..9494a4b9f 100644
--- a/cpanfile
+++ b/cpanfile
@@ -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';