Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Nov 10, 2011
1 parent c54c2f0 commit b255d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/CPAN/Testers/WWW/Statistics.pm
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ sub new {
$self->tocopy(\@TOCOPY);

my %TOLINK;
for my $link ($cfg->Params('TOLINK')) {
my $file = $cfg->val('TOLINK',$link));
for my $link ($cfg->Parameters('TOLINK')) {
my $file = $cfg->val('TOLINK',$link);
$TOLINK{$link} = $file;
}
$self->tolink(\%TOLINK);
Expand Down

0 comments on commit b255d64

Please sign in to comment.