in reply to Re^2: Tweak no_index entry in META files
in thread Tweak no_index entry in META files

This is why I like to grep :)

http://search.cpan.org/grep?cpanid=BINGOS&release=ExtUtils-MakeMaker-6.98&string=no_index&i=1&n=1&C=9

:) Now for the circle :) https://metacpan.org/pod/ExtUtils::MakeMaker#META_MERGE ... https://metacpan.org/pod/ExtUtils::MakeMaker#Module-Meta-Data-META-and-MYMETA -> https://metacpan.org/pod/CPAN::Meta::Spec#no_index

no_index => { file => [ 'My/Module.pm' ], directory => [ 'My/Private' ], package => [ 'My::Module::Secret' ], namespace => [ 'My::Module::Sample' ], }

The circle is complete :)