On Mon, Sep 01, 2008 at 08:17:56AM -0400, David Golden wrote: > On Sun, Aug 31, 2008 at 3:43 PM, Joe McMahon <[EMAIL PROTECTED]> wrote: > > Yeah, I do that for GraphViz::Data::Structure (for graphviz) - and I still > > get FAILs. So how does one get round that? > You have: > if (!$dot_version) { > die "You must install the graphviz package..."; > } > > You need: > if (!$dot_version) { > warn "You must install the graphviz package..." and exit 0; > }
It would also be helpful for other authors if you contact the tester responsible and suggest that they default to *not* sending reports for PL and make failures. The vast majority of such failures are because of deficiencies - such as missing third-party binaries - in the tester's environment and so shouldn't be reported. -- David Cantrell | http://www.cantrell.org.uk/david I think the most difficult moment that anyone could face is seeing their domestic servants, whether maid or drivers, run away -- Abdul Rahman Al-Sheikh, writing at http://www.arabnews.com/?article=38558