http://www.perlmonks.org?node_id=1090073


in reply to SMTP.pm & LWP Conflict - Internal response 500 from LWP

Can you post the problem you were having with SMTP.pm and a link to the "solution", maybe?
  • Comment on Re: SMTP.pm & LWP Conflict - Internal response 500 from LWP

Replies are listed 'Best First'.
Re^2: SMTP.pm & LWP Conflict - Internal response 500 from LWP
by DaisyLou (Sexton) on Jun 17, 2014 at 01:44 UTC
    Thanks. It was the installation of IO::SSL that caused the breakage in SMTP ( Default SSL_verify_mode deprecated ). I Googled around and found that if you replace that regex, it will fix SMTP, but it appears to have broken LWP. I tried to get the debug info like you suggested, but when I added the envrionment variable (from shell and in a begin block in my script), nothing was output. /usr/share/perl5/vendor_perl/IO/Socket/SSL.pm our $VERSION = '1.94'; /usr/share/perl5/LWP.pm $VERSION = "6.05";