diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-03-01 11:03:31 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-03-01 11:03:31 +0000 |
commit | 3ef78780e20e1ede6631a2243c7f337bea46b269 (patch) | |
tree | 1295564c048e132433d2a9a351a3621ad98ffb33 | |
parent | 734f6c20d6f82eaee37f151cef70653eeb142803 (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
-rw-r--r-- | cpanfile | 2 | ||||
-rw-r--r-- | cpanfile.snapshot | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -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'; diff --git a/cpanfile.snapshot b/cpanfile.snapshot index 7abc62713..973259393 100644 --- a/cpanfile.snapshot +++ b/cpanfile.snapshot @@ -4389,10 +4389,10 @@ DISTRIBUTIONS Test::More 0.66 Test::Warn 0.21 URI::Escape 3.28 - Net-SMTP-SSL-1.01 - pathname: C/CW/CWEST/Net-SMTP-SSL-1.01.tar.gz + Net-SMTP-SSL-1.03 + pathname: R/RJ/RJBS/Net-SMTP-SSL-1.03.tar.gz provides: - Net::SMTP::SSL 1.01 + Net::SMTP::SSL 1.03 requirements: ExtUtils::MakeMaker 0 IO::Socket::SSL 0 |