Skip to content

Commit 5287831

Browse files
committed
tidy
1 parent 8995995 commit 5287831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/MetaCPAN/Query/Release.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ sub author_status {
2222

2323
my ( $id_2, $id_1 ) = $id =~ /^((\w)\w)/;
2424
$status->{links} = {
25-
cpan_directory => "http://cpan.org/authors/id/$id_1/$id_2/$id",
26-
cpants => "http://cpants.cpanauthors.org/author/$id",
25+
cpan_directory => "http://cpan.org/authors/id/$id_1/$id_2/$id",
26+
cpants => "http://cpants.cpanauthors.org/author/$id",
2727
cpantesters_reports =>
2828
"http://cpantesters.org/author/$id_1/$id.html",
2929
cpantesters_matrix => "http://matrix.cpantesters.org/?author=$id",

0 commit comments

Comments
 (0)