Subject: | Use of uninitialized value in length at readline.pm line 1606. |
Wish I'd seen this before my last bug report. This happens when I use the backspace key in the CPAN shell.
Use of uninitialized value in length at /usr/local/lib/perl5/site_perl/5.6.1/Term/ReadLine/readline.pm line 1606.
I inserted the following at line 1581:
$ket ||= '';
I'm not sure if it's the right thing, but it fixed the problem.
Again perl 5.6.1/solaris 7