Re: [Module::Build] MANIFEST messages sent to stderr
Status: Beta
Brought to you by:
kwilliams
|
From: Michael G S. <sc...@po...> - 2003-10-15 01:46:00
|
On Tue, Oct 14, 2003 at 04:51:05PM +0100, kev...@ub... wrote: > When I run ./Build manifest, messages of the form: > > Added to MANIFEST: foo > > are written to stderr. Could these messages be written to stdout instead? > I do not consider them to be errors. The reason I care is that our build > system sends emails if there are any build errors (whose definition includes > messages sent to stderr). Unfortunately, ExtUtils::Manifest is documented to send all diagnostics to STDERR. I can't change that without breaking backwards compat. :( Your best bet is to just ignore /^(Removed from|Added to) MANIFEST: / -- Michael G Schwern sc...@po... http://www.pobox.com/~schwern/ "How would you describe TKB? As a disk exerciser? The first manufacturer supplied computer virus?" -- Carl Friedberg in <047...@ba...> |