Re: [Module::Build] Capturing test output to please CPANPLUS
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <ke...@ma...> - 2006-04-10 14:51:25
|
On Apr 10, 2006, at 1:46 AM, Randy W. Sims wrote: > Randy W. Sims wrote: >> Will something like this work for a temporary solution that we can >> maybe figure out how to extend in the future to always capture >> output? > > Regarding Ticket #9793 [1] > > Scratch that. I don't really like my previous solution. I'm not > sure Module::Build needs to be responsible for capturing output; I > can't really see any benifit. Is there a reason CPANPLUS (or > CPANPLUS::Dist::Build) can't do this, like below (borrowing again > from Jos' patch), or are there other issues I'm not aware of? Probably as much as possible should go in CPP:D:Build, unless there are aspects of it that would also be nice to have in the core, and they wouldn't generate too much clutter. In general I'm leery of messing with filehandles too much in the core, because the people can't do their own messing if they want to. -Ken |