On Thu, Dec 13, 2012 at 2:41 PM, Todd Rinaldo <to...@cpanel.net> wrote:
> 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.
>
> 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!

Interesting.  That almost certainly breaks something on some
platforms.  Among other things, CPAN.pm will try to add all of those
to PERL5LIB, which likely hits some environment variable size limit.
(We get this on Windows not infrequently.)

The weird thing to me is that assuming CPAN::Reporter is installed in
sitelib (which it appeared to be), problems with PERL5LIB or '-I'
flags should be irrelevant.

Kirk, what does regular 'cpan -t Task::Cpanel' do?  (Can we isolate
the problem to CPAN instead of CPAN::Reporter::Smoker?)

David


-- 
David Golden <x...@xdg.me>
Take back your inbox! → http://www.bunchmail.com/
Twitter/IRC: @xdg

Reply via email to