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 | |
by Anonymous Monk on May 04, 2014 at 18:36 UTC |