In lists.projects.perl.cpan-workers, you wrote:
>
>- Take the existing cpantest program  http://testers.cpan.org/cpantest
>  and turn it into a module.  CPAN::Test::Reporter or something.  It
>  should do something like:
>
>    my $report = CPAN::Test::Reporter->new;
>    $report->which_perl(path to the perl binary we tested with);
>    $report->grade(pass|fail|na|unknown);
>    $report->package(module name);
>    $report->test_results(our build and/or make test results);
>    $report->comments(other commentary on the module);
>    $report->send(to whom);
>
>  document it, test it, stick it on CPAN.  Doesn't have to be anything
>  fabulous for now.

I'll do that.

K.

-- 
Kirrily 'Skud' Robert - [EMAIL PROTECTED] - http://infotrope.net/
"Mummy, make the naked man go away..."
        -- Morgan (from the Netizen quotes file)

Reply via email to