Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Catalyst-View-Email CPAN distribution.

Report information
The Basics
Id: 83195
Status: resolved
Priority: 0/
Queue: Catalyst-View-Email

People
Owner: devin.austin [...] gmail.com
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

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



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

 

This has been fixed in 0.33 and is pending release