Subject: | [PATCH] Remove Pod::POM::Web::Help from CPAN index |
Pod::POM::Web::Help (lib/Pod/POM/Web/Help.pod) is indexed by PAUSE and
displayed by CPAN browsers such as https://metacpan.org or
search.cpan.org. However, this is a private file that is only useful
once it is installed and when the file is read from Pod::POM::Web
itself.
This can be fixed by adding some metadata to the distribution in
Makefile.PL:
$ExtUtils::MakeMaker::VERSION < 6.46 ? () : (META_MERGE => {
no_index => {
file => ['lib/Pod/POM/Web/Help.pod'],
},
}),
--
Olivier Mengué - https://metacpan.org/author/dolmen
https://github.com/dolmen/