Skip to content

Commit

Permalink
Upgrade Net::SMTP::SSL.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dracos committed Mar 1, 2016
1 parent 734f6c2 commit 3ef7878
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
6 changes: 3 additions & 3 deletions cpanfile.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ef7878

Please sign in to comment.