Skip to content

Commit 05c9a8c

Browse files
committed
add missing backpan author link
1 parent 5c8e2ab commit 05c9a8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/MetaCPAN/Query/Release.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ sub author_status {
2424
$status->{links} = {
2525
cpan_directory =>
2626
"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",
2729
cpants => "https://cpants.cpanauthors.org/author/$id",
2830
cpantesters_reports =>
2931
"https://www.cpantesters.org/author/$id_1/$id.html",

0 commit comments

Comments
 (0)