diff options
Diffstat (limited to 'perl-install/common.pm')
-rw-r--r-- | perl-install/common.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/common.pm b/perl-install/common.pm index 4e5dccf9c..ee9101f96 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -204,7 +204,7 @@ sub warp_text($;$) { my @l; foreach (split "\n", $text) { - my $t; + my $t = ''; foreach (split /\s+/, $_) { if (length "$t $_" > $width) { push @l, $t; |