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.