Re: [Module::Build] How to I specify in META.yml a package needs a C compiler?
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2006-03-17 22:18:06
|
On Mar 16, 2006, at 9:57 PM, R. Bernstein wrote: > dlisp options from Kobe's CPAN search I think use META.yml and > META.yml is set via Module::Build. I have a package that requires a C > compiler, but dlisp/META.ymal doesn't show that. How do I specify that > (e.g. in Build.PL)? There's currently no field in META.yml that indicates whether a C compiler is needed. It's a pretty good idea, though. In any case, the DLSP options must be coming from somewhere else. -Ken |