Skip Menu |

This queue is for tickets about the Pod-POM-Web CPAN distribution.

Report information
The Basics
Id: 70770
Status: rejected
Priority: 0/
Queue: Pod-POM-Web

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.17
Fixed in: (no value)



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/
Le Mar 06 Sep 2011 15:50:58, DOLMEN a écrit : Show quoted text
> 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'], > }, > }),
Thanks Olivier for the tip, and sorry for leaving that ticket open for so long. The Help file could be interesting to read for users considering installation of Pod::POM::Web, so I think it is a good thing that it is published on metacpan&al.