Skip Menu |

This queue is for tickets about the Devel-CoverX-Covered CPAN distribution.

Report information
The Basics
Id: 88053
Status: resolved
Priority: 0/
Queue: Devel-CoverX-Covered

People
Owner: Nobody in particular
Requestors: chisel [...] chizography.net
Cc:
AdminCc:

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



Subject: 0.013 release with "our $VERSION = 0.012;"
This breaks and upset things that require 0.013 or greater: https://metacpan.org/source/JOHANL/Devel-CoverX-Covered-0.013/lib/Devel/CoverX/Covered.pm#L244 use strict; package Devel::CoverX::Covered; our $VERSION = 0.012; Even though there's a 0.013 tarball for the dist, the module gets indexed as: Devel::CoverX::Covered 0.012 N/NE/NETAPORTER/Devel-CoverX-Covered-0.013.tar.gz Devel::CoverX::Covered::Db 0.013 N/NE/NETAPORTER/Devel-CoverX-Covered-0.013.tar.gz I think you'll need 0.014 to resolve this.
On Fri Aug 23 06:30:54 2013, CHISEL wrote: Show quoted text
> This breaks and upset things that require 0.013 or greater:
Thanks! This should be fixed with the Dist::Zilla-fication in 0.016 . /J