Chris Dolan wrote:
I don't like that very much. The implicit die() on test functions will probably confuse subsequent readers of the code.

   # Cause the listed functions to die on error
   use Fatal qw(...);

Furthermore, I cannot believe that ALL of your tests are critical.

150 or so out of 158.  So the

   ... or die "redundant error message: $!";

gets quite old quite fast.

N

Reply via email to