in reply to Re: Testing - General Questions
in thread Testing - General Questions

I think some versions of Test::Harness assume perl, they invoke "perl foo.t" rather than "foo.t".

Your point stands though, the assumption is that a .t file will generate something like TAP. How it does it shouldn't matter.

Replies are listed 'Best First'.
Re^3: Testing - General Questions
by chromatic (Archbishop) on Nov 21, 2007 at 20:31 UTC
    I think some versions of Test::Harness assume perl, they invoke "perl foo.t" rather than "foo.t".

    Some do, but we file bugs when we notice that, and the latest versions of Test::Harness and TAP::Parser work just fine with Parrot, even on .t files that don't start with a shebang.