Subject: | bugtracker metadata is wrong |
currently:
"bugtracker" : {
"web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=YAML-Tiny"
},
should be:
"bugtracker" : {
"mailto" : "bug-YAML-Tiny@rt.cpan.org",
"web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=YAML-Tiny"
},
(i.e. the link in metacpan goes right to the 'report a bug' page, rather than the queue.)