Re: 0.28 release date? (was Re: [Module::Build] Recursive builds?)
Status: Beta
Brought to you by:
kwilliams
|
From: David W. <da...@ki...> - 2006-02-16 17:54:26
|
On Feb 16, 2006, at 09:49, Ken Williams wrote: > 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. Oh. That should be easy to fix with a tied or piped file handle. Test::Output has the code that's needed. Best, David |