in reply to make test failure stategy

You can run the tests individually by hand (assuming there is no further magic in the Makefile) by doing:

perl -Mblib t/whatever.t
THis will almost certainly give you more verbose output as Test::Harness (for instance) will summarize the results.

/J\