--- 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
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
;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