Hi Johan, > I've uploaded a new package, App-Music-ChordPro. It has gone through several > uploads for the last couple of days. The first version was 0.51, the most > recent upload is 0.52.2. > > The packages appears in the CPAN collection (www.cpan.org) a couple > of hours after each upload, but they still do not appear in the MetaCPAN. > When I look at my stuff in the metacpan, I notice there are more packages > missing. Amongst these is EekBoek, one of my important packages.
As I said on this MetaCPAN issue: https://github.com/CPAN-API/metacpan-web/issues/1657 I’m fairly sure that the problem is down to two groups of lines in your META.yml. First we have: provides: EekBoek: file: lib/EekBoek.pm version: 2.02.05 and then: no_index: directory: - inc - lib PAUSE is correctly dealing with the combination of no_index and provides (according to the spec), but it seems that MetaCPAN isn’t. Eventually MetaCPAN will hopefully fix this, but they’re in a code freeze right now for a major Elasticsearch upgrade. In the meantime I suggest that you update the no_index section so it explicitly doesn’t exclude lib/EekBoek.pm Cheers, Neil