* Tyler MacDonald <[EMAIL PROTECTED]> [2006-07-20 21:15]:
> Take a look at, for instance, IPC::Run's test cases... an array
> of sub{} blocks, some of which get skipped over on certain
> OS'es. It'd be really easy to accidentally put to ok()'s in one
> sub{} block and screw up the count.

In the code I see, subs which get skipped are replaced by a sub
with `skip "foo", 0`. The number of entries in the test array is
not variable. I don’t know what problem the author was trying to
solve and it seems to me that his goals could have been achieved
much easier and more robustly.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to