Subject: | bugtracker not listed in metadata |
In https://rt.cpan.org/Ticket/Display.html?id=105264 you said "please, next time, if you remember, please submit reports on github :-)"
How is anyone supposed to know that reports should go to github if the bugtracker metadata doesn't say so?
In your Makefile.PL:
META_MERGE => {
'meta-spec' => { version => 2 },
dynamic_config => 0,
resources => {
repository => {
url => 'https://github.com/.../....git',
web => 'https://github.com/.../...',
type => 'git',
},
bugtracker => {
web => 'https://github.com/.../.../issues',
},
},
},