Synopsis
In your dist.ini:
[PrePAN]
author = http://prepan.org/user/3Yz7PYrBzQ
module = http://prepan.org/module/429En4oFdi
Description
This is based on Module::Install::PrePAN We'd like to have PrePAN links on MetaCPAN and something like this would make it easier for authors using Dist::Zilla to automatically include links back to PrePAN for module discussion.
In your META.json, for example, you'd see something like this:
"resources" : {
"X_prepan_author" : "http://prepan.org/user/3Yz7PYrBzQ",
"X_prepan_module" : "http://prepan.org/module/429En4oFdi",
"bugtracker" : {
"web" : "http://github.com/oalders/HTTP-CookieMonster/issues"
},
"homepage" : "https://github.com/oalders/http-cookiemonster",
"repository" : {
"type" : "git",
"url" : "https://github.com/oalders/http-cookiemonster.git",
"web" : "https://github.com/oalders/http-cookiemonster"
}
},

Comments
Please sign up to post a review.