Subject: | Versions / Metadata missmatch. |
In META.yml, 'provides' ( which overrides PAUSE indexing ) says that CVE-0.32 contains C:V:E-0.31 , and the META.yml does not correspond to 2 of the modules in the dist.
Essentially, this means indexing is broken and can't resolve to this dist, because it ships modules claiming to be the same version as the previous release.
DHOSS/Catalyst-View-Email-0.32 ->
META.yml
provides:
Catalyst::Helper::View::Email:
file: lib/Catalyst/Helper/View/Email.pm
version: 0.31
Catalyst::Helper::View::Email::Template:
file: lib/Catalyst/Helper/View/Email/Template.pm
version: 0.31
Catalyst::View::Email:
file: lib/Catalyst/View/Email.pm
version: 0.31
Catalyst::View::Email::Template:
file: lib/Catalyst/View/Email/Template.pm
version: 0.31
$Catalyst::View::Email::VERSION = 0.32
$Catalyst::View::Email::Template::VERSION = 0.32
$Catalyst::Helper::View::Email::VERSION = 0.31
$Catalyst::Helper::View::Email::Template::VERSION = 0.31