Skip to content

Commit

Permalink
terminate lines with newlines!
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Mar 31, 2012
1 parent c05f351 commit 91cbe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/cron-daily.pl
Expand Up @@ -681,7 +681,7 @@ sub authors {
}
$author->[1] ||= sprintf q{%s@cpan.org}, lc($author->[0]);

$list .= join qq{\t}, @$author;
$list .= (join qq{\t}, @$author) . "\n";
}

if ($list ne $olist) {
Expand Down

0 comments on commit 91cbe92

Please sign in to comment.