We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8e2ab commit 05c9a8cCopy full SHA for 05c9a8c
lib/MetaCPAN/Query/Release.pm
@@ -24,6 +24,8 @@ sub author_status {
24
$status->{links} = {
25
cpan_directory =>
26
"https://www.cpan.org/authors/id/$id_1/$id_2/$id",
27
+ backpan_directory =>
28
+ "https://cpan.metacpan.org/authors/id/$id_1/$id_2/$id",
29
cpants => "https://cpants.cpanauthors.org/author/$id",
30
cpantesters_reports =>
31
"https://www.cpantesters.org/author/$id_1/$id.html",
0 commit comments