Skip Menu |

This queue is for tickets about the Benchmark-Perl-Formance CPAN distribution.

Report information
The Basics
Id: 128102
Status: new
Priority: 0/
Queue: Benchmark-Perl-Formance

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

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



Subject: META.yml contains wrong version number
It looks like all 43 plugins share this deficiency
After chasing similar mistakes in other packages I believe all goes back to a certain use of dzil's MetaProvides::Package. MetaProvides::Package seems to demand that you either actively set all targeted versions to the same version or make use of the right combination of inherit_version, meta_noindex and inherit_missing. I hope this helps getting closer to the culprit.