Subject: | can't figure out how to get "repository":{"url":..., "web":..., "type": ...} into META.json |
According to https://metacpan.org/module/CPAN::Meta::Spec#resources there is a "repository" key with "url"/"web"/"type" subkeys. I can't figure out how to make EU:MM generate that.
If it's just not possible, I'd consider that a problem with EU:MM. If it is possible, this is a documentation bug because as far as I can tell there's no documentation for it.
I tried
META_MERGE => {
resources => {
repository => {
url => '...',
web => '...',
type => '...',
},
},
},
but that seems to be silently ignored.