in reply to Tweak no_index entry in META files

Weirdly enough, this is not documented in ExtUtils::MakeMaker, but conveniently enough, EUMM uses the feature in its Makefile.PL:

META_MERGE => { no_index => { package => [ 'DynaLoader', 'in' ], # "in" is a PAUSE +misparse. directory => [ 'bundled', 'my' ], }, ... }

Replies are listed 'Best First'.
Re^2: Tweak no_index entry in META files
by syphilis (Archbishop) on May 04, 2014 at 13:36 UTC
    Thanks Corion.
    I did search the EU::MM docs for 'index' - but gave up when no hits were found.

    Cheers,
    Rob