On 3 Oct 2007, at 15:27, Ovid wrote:

I'm thinking about writing Test::Load (similar to Test::Class::Load).
It would be a wrapper around http://use.perl.org/~Ovid/journal/34596.

Basically, you'd do something like this in t/00-load.t (or whatever you
call it):

  use Test::Load
    lib           => 'lib/',
    same_versions => 0,
    todo => { packages => [EMAIL PROTECTED], reason => $todo_reason },
    skip => { packages => [EMAIL PROTECTED],     reason => $skip_reason };
[snip]

I like your API better, but have you noticed...

Test::Compile
Test::Distribution
Test::UseAllModules

which all do vaguely similar things...

Adrian

Reply via email to