On Thu, Apr 16, 2009 at 11:17 AM, M W487 <[email protected]> wrote:
> It will show that I send mail through gmail smtp. I use Net::SMTP::TLS ,
> which I understand uses only a subset of Net::SMTP functionality- but maybe
> all the subroutines?

Oh.  Well, a quick look at the RT queue:

http://rt.cpan.org/Public/Bug/Display.html?id=33031
http://rt.cpan.org/Public/Bug/Display.html?id=39827

> In the future: I can explore why my PERL5LIB becomes long.  It may be
> related to my use of the minismoker, in which case I should at least update
> that software and see what happens.

BinGOs is fixing it, I think.  You'll still see very long PERL5LIB for
anything with a ton of dependencies. (E.g. Catalyst, Jifty, etc.)

The core issue is that Net::SMTP::TLS seems to send data as one huge
chunk.  I may just re-write T::R::T::Net::SMTP to spoon feed data to
Net::SMTP::TLS line by line and I suspect that will solve the problem.

-- David

Reply via email to