On 8/20/07, David Cantrell <[EMAIL PROTECTED]> wrote:
> On Thu, Aug 09, 2007 at 08:05:38AM -0400, DAGOLDEN wrote:
>
> > With CPAN version 1.91_53 and CPAN::Reporter version 0.99_02, CPAN
> > will now report to CPAN::Testers any failures during Makefile.PL
> > (Build.PL) or make (Build).
>
> A quick look at the docs makes it look like sending test failures and
> sending build failures are handled by the same config option.  I think
> they should be seperated if possible.  For *test* failures I have it
> ask about sending reports, but default to yes.  For *build* failures
> I'd want to ask but default to no, to avoid false positives.  Quite a
> few build failures are down to things like me not having some obscure C
> library installed.

That's a good point.  Right now, for compatibility with CPANPLUS,
"test reporting" really means PL/make/test reporting with no
distinction between phases.  Or, to put it differently, CPAN Testers
wants to capture any phase that breaks along the way to a successful
test.

I have not tweaked CPAN::Reporter config options to have different
prompt options in the different phases.  To some extent, I'm reluctant
to make the options more complex than they have grown to be.  Or at
least, I'm reluctant to make the interactive options more complex.

If I added the following advanced options and had them supersede
"send_report" if they exist, would that be sufficient?

* send_PL_report
* send_make_report
* send_test_report

David

Reply via email to