Subject: | Suggestion - put on github |
I suggest putting the module source code on github.
If the source code is already on github, I suggest adding a link in the meta information, something like this:
META_MERGE => {
'meta-spec' => {
version => 2,
},
resources => {
repository => {
type => 'git',
url => "git://$github.git",
web => $repo,
},
bugtracker => {
web => "$repo/issues",
},
},