aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-03-01 11:03:31 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-03-01 11:03:31 +0000
commit3ef78780e20e1ede6631a2243c7f337bea46b269 (patch)
tree1295564c048e132433d2a9a351a3621ad98ffb33 /cpanfile
parent734f6c20d6f82eaee37f151cef70653eeb142803 (diff)
Upgrade Net::SMTP::SSL.
Version 1.01 of Net::SMTP::SSL does not work with perl 5.22 (with Net::SMTP > 2.34). https://rt.cpan.org/Public/Bug/Display.html?id=99454
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile
index e0a125a29..abdd33ca3 100644
--- a/cpanfile
+++ b/cpanfile
@@ -72,7 +72,7 @@ requires 'Net::DNS::Resolver';
requires 'Net::Domain::TLD';
requires 'Net::Facebook::Oauth2';
requires 'Net::OAuth';
-requires 'Net::SMTP::SSL';
+requires 'Net::SMTP::SSL', '1.03';
requires 'Net::SMTP::TLS';
requires 'Net::Twitter::Lite::WithAPIv1_1';
requires 'Path::Class';