Re: Incomplete 02packages.details.txt file on CPAN mirrors
[email protected] ((Andreas J. Koenig))
| Newsgroups | perl.cpan.workers |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Fri, 11 Mar 2011 00:34:40 +0300, Ruslan Zakirov <[email protected]> said: > Hello, > rt.cpan.org uses 02packages.details.txt and other files from mirrors > to create required objects in RT. > Lately a few authors reported that queues are not created for thier > distributions, for example Lua::API has no record in the file and > there are no permissions in 06perms.txt file. > Any ideas? The PAUSE indexer fails to index Lua::API due to a violation of the meta yaml spec: perl -MTest::CPAN::Meta::YAML -e 'meta_spec_ok(@ARGV)' /home/ftp/pub/PAUSE/authors/id/D/DJ/DJERIUS/Lua-API-0.03.meta ok 1 - /home/ftp/pub/PAUSE/authors/id/D/DJ/DJERIUS/Lua-API-0.03.meta contains valid YAML not ok 2 - /home/ftp/pub/PAUSE/authors/id/D/DJ/DJERIUS/Lua-API-0.03.meta meets the designated specification # Failed test '/home/ftp/pub/PAUSE/authors/id/D/DJ/DJERIUS/Lua-API-0.03.meta meets the designated specification' # at -e line 1. # ERR: Expected a map structure from YAML string or file (provides -> Lua::API::State) [Validation: 1.4] # ERR: Expected a map structure from YAML string or file (provides -> Lua::API::Debug) [Validation: 1.4] # ERR: Expected a map structure from YAML string or file (provides -> Lua::API) [Validation: 1.4] # ERR: Expected a map structure from YAML string or file (provides -> Lua::API::Buffer) [Validation: 1.4] Of course, PAUSE should catch that error and provide a proper error message. --> TODO -- andreas