File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ sub author_status {
23
23
my ( $id_2 , $id_1 ) = $id =~ / ^((\w )\w )/ ;
24
24
$status -> {links } = {
25
25
cpan_directory => " http://cpan.org/authors/id/$id_1 /$id_2 /$id " ,
26
- backpan_directory =>
27
- " https://cpan.metacpan.org/authors/id/$id_1 /$id_2 /$id " ,
28
26
cpants => " http://cpants.cpanauthors.org/author/$id " ,
29
27
cpantesters_reports =>
30
28
" http://cpantesters.org/author/$id_1 /$id .html" ,
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ test_psgi app, sub {
89
89
is_deeply(
90
90
[ sort keys %{$links } ],
91
91
[
92
- qw< backpan_directory cpan_directory cpantesters_matrix cpantesters_reports cpants metacpan_explorer repology>
92
+ qw< cpan_directory cpantesters_matrix cpantesters_reports cpants metacpan_explorer repology>
93
93
],
94
94
' links has the correct keys'
95
95
);
You can’t perform that action at this time.
0 commit comments