Re: [Module::Build] [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.56_03.tar.gz]
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2006-02-27 13:20:12
|
On Feb 27, 2006, at 3:29 AM, Yitzchak Scott-Thoennes wrote: > On Sun, Feb 26, 2006 at 10:26:20PM -0500, John Peacock wrote: >> Ken Williams wrote: >>> I noticed the subclass just wraps this method in an eval() and >>> returns >>> false when the eval() fails. Has that been a problem? >> >> I believe that is the only way to prevent the build from dying if >> there is no C compiler (i.e. I think this is what M::B should be >> doing internally). > > Maybe I'm misremembering, but I thought the problem was that it was > dying when there was no ExtUtils::CBuilder installed, but if EU::CB > was there it would run without dying even with no C compiler. Yup, exactly. I've now fixed that in CVS. -Ken |