Fergal Daly wrote:
> http://perl-qa.yi.org/index.php/Test_Groups

Rationale?

Why does this need a TAP mod?  Why not let the producer handle it?

  plan "as_you_go";

  plan add => 2;
  pass;
  pass;

  plan add => 3;
  pass;
  pass;
  pass;

Would output:

  ok 1
  ok 2
  ok 3
  ok 4
  ok 5
  1..5

which is perfectly legal TAP.

And what's with the ALL CAPS OK?

Reply via email to