On Sun, Apr 19, 2009 at 1:55 PM, Shlomi Fish <[email protected]> wrote:
> Can anyone advise on a way to overcome this?

Shlomi,

My approach is to smoke test against a minicpan repository, not a live
CPAN mirror.  That way, if my network connection goes down, the only
thing that fails are modules that expect to have internet.  :-)

That said, I use CPAN::Reporter::Smoker, and I'm not sure how it would
work for YACSmoke style smokers if they depend on an internet feed of
new uploads.

On my laptop, I also have my smtp_server parameter set to the
localhost where I run postfix.  That way, reports are queued by
postfix if the laptop is offline and then sent when it's connected
again.

-- David

Reply via email to