in reply to Tests failing for third party server lapses

Modify your Makefile.PL so that it downloads the definitions file, and if that fails prints out a nice, informative error message and refuses to write a Makefile.

That way you will get NA reports instead of FAIL reports, and your users will know what's going on.

  • Comment on Re: Tests failing for third party server lapses

Replies are listed 'Best First'.
Re^2: Tests failing for third party server lapses
by Sixtease (Friar) on Nov 04, 2008 at 08:18 UTC

    This is great, thank you, exactly what I needed to hear. :-)

    Just how exactly do I make it produce NA instead of FAIL? Link to docs will do.

    use strict; use warnings; print "Just Another Perl Hacker\n";