Fix spurious Text::Wrap warning on console.pl
[spider.git] / perl / console.pl
index fad52b963e3b94121a3c677489c0d7b25e63698d..faf7c5ce062890e26090264a64b4d617203e038f 100755 (executable)
@@ -605,13 +605,11 @@ $SIG{'HUP'} = \&sig_term;
 
 
 # start upb
-$Text::Wrap::Columns = $cols;
+$Text::Wrap::columns = $cols;
 doresize();
 
 $SIG{__DIE__} = \&sig_term;
 
-$Text::Wrap::columns = $cols;
-
 my $lastmin = 0;