On Dec 4, 2007 12:40 AM, Chris Dolan <[EMAIL PROTECTED]> wrote:
> Or maybe not reinvent the wheel and get tons of extra functionality
> for free!
>
> use base 'Test::Class';
> sub block : Test(2) {
>
> ok(1, "wibble");
> ok(1, "wobble");
> }But if it goes into Test::More, it eventually goes into core. :-) David
