Skip to content

Commit

Permalink
Merge 371032d into b00088e
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Aug 21, 2021
2 parents b00088e + 371032d commit 5828b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/perlbug.PL
Expand Up @@ -1096,7 +1096,7 @@ sub _read_report {
local $Text::Wrap::huge = 'overflow';
while (<REP>) {
if ($::HaveWrap && /\S/) { # wrap() would remove empty lines
$content .= Text::Wrap::wrap(undef, undef, $_);
$content .= Text::Wrap::wrap('', '', $_);
} else {
$content .= $_;
}
Expand Down

0 comments on commit 5828b70

Please sign in to comment.