On 6 Sep 2006, at 14:33, Ovid wrote:
----- Original Message ----
From: Sébastien Aperghis-Tramoni <[EMAIL PROTECTED]>
Hmm, that's curious. However, if it's undocumented I would argue
against
supporting it right now. What benefit does it gain us?
This comes from the Good Old Test.pm module:
$ perl -MTest -e 'plan tests => 10, todo => [2,4];'
1..10 todo 2 4;
As there are quite some test scripts out there that use it, staying
compatible with it sounds like a prerequisite.
Ah, crud. I need to support it then. Bummer. I'll try to get a
release out there when I can, then.
Maybe this is the right time to think about mechanisms supporting
different versions of the TAP protocol?
Adrian