Hi, On 11/02/2015 05:22 AM, Richard Hainsworth wrote: > Dear All, > > I'm working on a sort of citation index of Perl6 modules. One general > problem: > > There are two modules in the ecosystem, viz. io-prompt and lolsql, that > do not have ether META.info or META6.json file. > > This is probably because they are old modules and worked for a > predecessor to panda. But they are not now in compliance with the > Modules requirements. > > What procedure - if any - has been set in place for getting authors to > update modules
In general, one open github issues, since all modules are also gibhut repos, and msot have issues enabled. > or for the ecosystem maintainer to remove them? You open a pull request that removes them from the META.list in perl6/ecosystem. Cheers, Moritz