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.