On Dec 13, 2012, at 12:08 PM, Kirk Kimmel <kimmel.k.program...@gmail.com> wrote:

> Lets start with the error message I get:
> 
> CPAN::Reporter not installed.  No reports will be sent.
> 
> Well that is easy to understand, the problem is when I do "cpan -D
> CPAN::Reporter" I get the following back
> 
> CPAN::Reporter
> -------------------------------------------------------------------------
>    CPAN: Module::CoreList loaded ok (v2.66)
> Adds CPAN Testers reporting to CPAN.pm
>    D/DA/DAGOLDEN/CPAN-Reporter-1.2007.tar.gz
>    /usr/lib/perl5/site_perl/5.16.0/CPAN/Reporter.pm
>    Installed: 1.2007
>    CPAN:      1.2007  up to date
>    David Golden (DAGOLDEN)
>    dagol...@cpan.org
> 
> To further complicate matters this error is popping up in the middle of
> smoke testing after 5,000 some reports were already sent in. This is the
> second time in the last week this has happened. The last line of the
> reports file is "test PASS Task-Cpanel-11.36.001 ..." but I have no data
> showing that is breaking anything.
> 
> If I restart the smoking process with "perl -MCPAN::Reporter::Smoker -e
> start" it still says CPAN::Reporter is not installed.
> 
> Does anyone know what is causing this, or had this kind of problem? I am
> trying to gather more data before filing a bug report.
> 

Sorry, I missed this earlier or I would have responded. 

The Makefile.PL for Task::Cpanel require something like 800 modules. So it's 
possible we're causing the testers to break because the command line is too 
long when it tries to include all 800 paths. This might be causing the overall 
failure. I'm not certain but it would be the first thing I would investigate.

Todd

PS. I inquired before we published if this would break testers. I was aware of 
how the testers run perl with a series of -I arguements for each module 
individually. I was told not to worry about it and the issue if any would be 
addressed. Sorry if I've caused issues!

Reply via email to