Re: [Module::Build] M::B and no_index
Status: Beta
Brought to you by:
kwilliams
From: David G. <da...@hy...> - 2006-03-24 15:49:52
|
Johan Vromans wrote: > Does M::B (0.2612) support the no_index property and if so, how can I > use it? On 0.27+, I've used this as an argument in Build.PL: meta_add => { no_index => { dir => [ qw/examples/ ] } }, I don't think there is an equivalent on 0.2612. However, if you generate your META.yml with 0.27, it still "works" for users with 0.2612 as it's not used at install time. I.e. I use 0.27 but with 0.26 compatible build, test and install features. I use 0.27 specific features only for distribution creation. Are you unable to upgrade M::B to the 0.27 beta? Regards, David Golden |