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 8995995 commit 5287831Copy full SHA for 5287831
lib/MetaCPAN/Query/Release.pm
@@ -22,8 +22,8 @@ sub author_status {
22
23
my ( $id_2, $id_1 ) = $id =~ /^((\w)\w)/;
24
$status->{links} = {
25
- cpan_directory => "http://cpan.org/authors/id/$id_1/$id_2/$id",
26
- cpants => "http://cpants.cpanauthors.org/author/$id",
+ cpan_directory => "http://cpan.org/authors/id/$id_1/$id_2/$id",
+ cpants => "http://cpants.cpanauthors.org/author/$id",
27
cpantesters_reports =>
28
"http://cpantesters.org/author/$id_1/$id.html",
29
cpantesters_matrix => "http://matrix.cpantesters.org/?author=$id",
0 commit comments