Subject: | META.[json|yml] do not contain a "provides" section |
The META.[json|yml] files both do not contain a "provides" section, eg:
"provides" : {
"FCGI" : {
"file" : "version.pm",
"version" : "0.74"
}
},
While some indexers work around this (otherwise https://metacpan.org/release/FCGI would not
show 'FCGI' in the 'provides' section), others do not.
First noticed using Pinto, whose indexer concludes that FCGI provides nothing... see:
https://github.com/thaljef/Pinto/issues/23
-Steve