Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Session-Store-DBIC CPAN distribution.

Report information
The Basics
Id: 87249
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Session-Store-DBIC

People
Owner: Nobody in particular
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

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



Subject: Repository metadata not reflected on CPAN
It appears the repository metadata that is in place is invalid for the sake of it being used as expected. In the Makefile.PL it currently looks like this: META_MERGE => { repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Plugin-Session-Store-DBIC/', }, but the resources container is missing. It should be change to to this: META_MERGE => { resources => { repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Plugin-Session-Store-DBIC/', }, }, The use of x_repository in META.json also does not appear to be valid. A "repository" should be inside a resources container there also.
On Wed Jul 24 08:14:37 2013, dsteinbrunner@pobox.com wrote: Show quoted text
> It appears the repository metadata that is in place is invalid for the > sake of it being used as expected.
Fixed! Thanks for the bug report.