From 2d3b13d3b7e6f08f6310467ece7d399c5858d233 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 28 Aug 1999 10:19:54 +0000 Subject: no_comment --- perl-install/common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/common.pm') 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; -- cgit v1.2.1