Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Send CPAN distribution.

Report information
The Basics
Id: 30183
Status: resolved
Priority: 0/
Queue: Email-Send

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: all_mailers returns Jifty::Test
For 2.191 you got this puzzling FAIL report: http://www.nntp.perl.org/group/perl.cpan.testers/2007/10/msg702186.html Stepping through the debugger reveils that if Jifty is installed then the all_mailers method picks up Jifty::Test: DB<19> n main::(t/all-mailers.t:9): my $sender = Email::Send->new; DB<19> main::(t/all-mailers.t:10): my @mailers = $sender->all_mailers; DB<19> main::(t/all-mailers.t:12): ok( main::(t/all-mailers.t:13): @mailers > 2, # we'll never unbundle Sendmail or SMTP main::(t/all-mailers.t:14): "we found at least a couple mailers", main::(t/all-mailers.t:15): ); DB<19> x @mailers 0 'Jifty::Test' 1 'OK' 2 'NNTP' 3 'Fail' 4 'Test' 5 'Sendmail' 6 'SMTP' Let me know if you need further informations.
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #30183] all_mailers returns Jifty::Test
Date: Mon, 22 Oct 2007 07:27:27 -0400
To: Andreas Koenig via RT <bug-Email-Send [...] rt.cpan.org>
From: Ricardo SIGNES <rjbs [...] cpan.org>
* Andreas Koenig via RT <bug-Email-Send@rt.cpan.org> [2007-10-22T01:56:52] Show quoted text
> Stepping through the debugger reveils that if Jifty is installed then > the all_mailers method picks up Jifty::Test:
Actually, it's picking up Email::Send::Jifty::Test, which is a bit more understandable. It just shouldn't be *using* it. I really hate overuse of Module::Pluggable. -- rjbs
fixed in 2.192 -- rjbs