On 07/02/2016 10:03 AM, Andreas Koenig wrote:
On Sat, 02 Jul 2016 09:20:25 -0400, Nigel Horne <n...@bandsman.co.uk> said:
> I'm happy to diagnose any false positives. As far as I know everything
> is standard, I install using perlbrew, use minicpan to maintain my own
> copy and also to see the updates to smoke which are smoked via perl -
> MCPAN -e 'CPAN::Shell->test(...'. I don't tweak code or modules.
> So with that starting point, let me know what questions you may have
> and we can set to diagnosing anything that may be wrong.
Can you post these three cpan config variables:
o conf /scan_cache|build_dir_reuse|build_cache/
build_cache [100]
build_dir_reuse [0]
scan_cache [atstart]
? And can you tell us more about how often you call
'CPAN::Shell->test()' for one perl version? Once? Repeatedly? Do you
ever install modules?
Once per module being tested. I've toyed with once per Perl version,
i.e. a call to test with lots of modules, since it should be quicker,
but I've not done that yet.
Very rarely on non "smoker" areas. But from time-to-time I do update to
the latest modules in those areas.
-Nigel