On Feb 5, 2009, at 12:34 PM, Michael G Schwern wrote:
Though we don't have incremental TAP plans, Test::Builder can check that you've run all the tests you said you'd run before you add more. Thus...use Test::More; plan add => 2; pass; plan add => 1; pass; # failure pass; Thoughts?
All makes pretty good sense to me. Best, David