Re: [Module::Build] MANIFEST messages sent to stderr
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-10-15 01:14:57
|
On Tuesday, October 14, 2003, at 10:51 AM, <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). Hi Kevin, Those messages are generated by the ExtUtils::Manifest module, in the mkmanifest() function. Your best bet would be to convince its maintainer to write those messages to STDOUT in a new version of the module, then upgrade to that new version. -Ken |