diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-05 14:01:01 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-06 10:33:26 +0100 |
commit | f89681f9b900f0b20a099cb15ff8a01f1798d508 (patch) | |
tree | 1aa5cde0efce24b1ca9d39ae418b59e02184b8c6 /cpanfile | |
parent | 74dff7e08f081d3e62d2caa75ca4ea153b1702b4 (diff) |
Upgrade Net::Twitter::Lite and SOAP::Lite.
This means we can drop Crypt::SSLeay and a few others.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -78,7 +78,7 @@ requires 'Net::DNS::Resolver'; requires 'Net::Domain::TLD', '1.75'; requires 'Net::Facebook::Oauth2', '0.10'; requires 'Net::OAuth'; -requires 'Net::Twitter::Lite::WithAPIv1_1'; +requires 'Net::Twitter::Lite::WithAPIv1_1', '0.12008'; requires 'Path::Class'; requires 'POSIX'; requires 'Readonly'; @@ -97,12 +97,12 @@ requires 'YAML'; feature 'uk', 'FixMyStreet.com specific requirements' => sub { # East Hampshire & Angus - requires 'SOAP::Lite'; + requires 'SOAP::Lite', '1.20'; }; feature 'zurich', 'Zueri wie neu specific requirements' => sub { # Geocoder - requires 'SOAP::Lite'; + requires 'SOAP::Lite', '1.20'; }; # Moderation by from_body user |