Re: 0.28 release date? (was Re: [Module::Build] Recursive builds?)
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2006-02-16 17:49:22
|
On Feb 16, 2006, at 11:38 AM, David Wheeler wrote: > On Feb 16, 2006, at 09:27, Ken Williams wrote: > >> That's good. The specific bug I know (knew?) about was that >> cpan-testers error reports don't include any diagnostic output when >> they're generated by CPANPLUS using a Build.PL - so I guess either >> it's fixed, or your modules never generate errors. =) > > Someone told me about this bug after cpanp sent them a failure report > from my Mac. But what "diagnostic" information is missing, exactly? > Maybe there are some links to what it looks like and what it should > look like in the cpan-testers archives? I don't have such a link, but essentially any info sent to STDERR/STDOUT during testing is lost because CPANPLUS calls the 'test' action through the M::B API, not in a subprocess like it does for EU::MM, and doesn't capture those filehandle outputs. -Ken |