Re: use Test::Custom;

2007-03-31 Thread Ovid
--- Adrian Howard <[EMAIL PROTECTED]> wrote: > Nice idea. Looking very like David Golden's ToolSet module, or > Damian's Toolkit. Could you extend one of those? Toolkit is a bit more problematic for my needs, but ToolSet looks interesting. Cheers, Ovid -- Buy the book -- http://www.oreilly.c

Re: use Test::Custom;

2007-03-31 Thread Adrian Howard
Hiya, On 29 Mar 2007, at 21:08, Ovid wrote: [snip] package My::Tests; use Test::Custom qw( Test::More Test::Differences Test::Exception ); 1; Nice idea. Looking very like David Golden's ToolSet module, or Damian's Toolkit. Could you extend one of those? Adrian

use Test::Custom;

2007-03-29 Thread Ovid
;d like to do something like this: use My::Tests tests => 20; That would incorporate all of the above and look like this: package My::Tests; use Test::Custom qw( Test::More Test::Differences Test::Exception ); 1; Of course, you'd have to have importing facilities and