On 27 Sep 2006, at 23:53, Christopher H. Laco wrote: [snip]
Would it be possible, or even desirable to flip some sort of config to make this test all t files, or tell this policy that my test class eq 'Test::More' in this instance?
[snip]
Not that this wouldn't be a nice idea, but as another approach that I've used in the past...
Override Test::Builder::ok to croak if it doesn't get a test name argument. Package that up in a module and shim it in with PERL5OPT or HARNESS_PERL_SWITCHES.
Just a thought.. Adrian