Ivan Tubert-Brohman wrote:
Sorry for my ignorance, but I had never even heard of this option. I don't find any way of setting it via MakeMaker or Module::Build. Do I have to edit META.yml by hand? Would it get overritten by 'make dist'?

The spec is here:

http://module-build.sourceforge.net/META-spec-v1.2.html

It can be added with Module::Build with the "meta_add" option. E.g., as part of the arguments to new() in your Build.PL:

    meta_add            => {
        noindex             => { directory => [ qw/examples/ ] }
    },

It would be nice if Module::Build added a "noindex" option directly. Maybe after the 0.27 release.

Regards,
David Golden

Reply via email to