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 :)
:) 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 :)
|
|---|