Subject: | Version mismatches between META.yml and installed files |
The META.yml file promises different versions than what gets delivered. Here is the relevant portion of the META.yml:
https://metacpan.org/source/PJFL/Unexpected-1.0.1/META.yml#L31-L54
And here is a grep on VERSION within the distro:
% grep 'VERSION.*[0-9]' lib/**/*.pm
lib/Unexpected.pm:use version; our $VERSION = qv( sprintf '1.0.%d', q$Rev: 1 $ =~ /\d+/gmx );
I suppose it's a wrong usage of dzil's [MetaProvides::Package]. You probably wanted to also use a version-rewriter or use some combination of inherit_version, meta_noindex and inherit_missing?
Note: I picked severity Unimportant; but I want to let you know about the observation nonetheless because chances are that the upcoming version of CPAN.pm will let users know of such discrepancies;