Skip Menu |

This queue is for tickets about the Unexpected CPAN distribution.

Report information
The Basics
Id: 128348
Status: new
Priority: 0/
Queue: Unexpected

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

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



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;