NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Test::Reporter hackery perhaps. (Score:1)
One could have some sort of bogus SMTP server running that would save the reports to file. Then another script to ftp them off and dispatch.
You can always hack Test::Reporter to use a non-standard SMTP port
Reply to This
Re: (Score:2)
thanks for the direction
Re: (Score:1)
Yeah, CPAN::YACSmoke is basically a control wrapper for CPANPLUS, which in turn uses Test::Reporter to actually send the test reports.
Test::Reporter uses Net::SMTP by default, or Mail::Send if it finds it installed. You can force Test::Reporter to totally ignore Mail::Send by changing a line in it's source file:
to:
CPANPLUS can be made to pass a specific mail relay to Test::Reporter to use with the cpantest_mx config option.