Skip Menu |

This queue is for tickets about the MyCPAN-Indexer CPAN distribution.

Report information
The Basics
Id: 86051
Status: resolved
Priority: 0/
Queue: MyCPAN-Indexer

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

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



Subject: metacpan thinks that Test::Pod is provided
see the module list at https://metacpan.org/release/MyCPAN-Indexer Test::Pod and Chemistry::Elements shouldn't be in there. you should be able to resolve this by adding metadata: no_index => { directory => [ qw(test-corpus t examples) ] }, and also possibly add some 'provides' metadata. (I use [MetaProvides::Package] via dzil to add that, so I can't tell you exactly what meta magic is needed there, sorry!)
I think I've fixed this in the latest development release. Thanks,
On 2013-06-26 09:59:42, BDFOY wrote: Show quoted text
> I think I've fixed this in the latest development release. > > Thanks,
Not quite, but if you s/corpus/test-corpus/ in your metadata, you should have it :)
The latest dev version fixes this. Metacpan doesn't show Test::Pod in provides. Thanks,