Skip to content

Commit

Permalink
cleanup docs and change cpants link to cpanauthors.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Apocalypse authored and Apocalypse committed Oct 26, 2014
1 parent 9dd604e commit 6714a6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/Pod/Weaver/Section/Support.pm
Expand Up @@ -87,8 +87,6 @@ EOPOD
},
);

# TODO add kobesearch to websites?

=attr websites
Specify what website links you want to see. This is an array, and you can pick any combination. You can also
Expand Down Expand Up @@ -748,11 +746,10 @@ EOF
sub _add_websites_kwalitee {
my $dist = shift;

# TODO add link for http://perl-qa.hexten.net/wiki/index.php/Kwalitee ?
return _make_item( 'CPANTS', <<"EOF" );
The CPANTS is a website that analyzes the Kwalitee ( code metrics ) of a distribution.
L<http://cpants.perl.org/dist/overview/$dist>
L<http://cpants.cpanauthors.org/dist/overview/$dist>
EOF
}

Expand Down

0 comments on commit 6714a6c

Please sign in to comment.