Subject: | Previously fixed bug seems to have returned |
With version 1.29 on a fresh install of CentOS 4.2, I get this error:
Can't locate object method "blocking" via package "IO::Handle" at
/usr/lib/perl5/site_perl/5.8.5/Net/SSH/Perl.pm line 212, <GEN0> line 1.
I was able to reproduce this error on two other CentOS 4.2 machines,
using the supplied script. According to the change log, this was fixed,
but unless the error condition is being generated by some other event,
it would seem to be back. I don't know whether it's connected or not,
but after installing Net::SSH::Perl, I'm unable to install anything else
via CPAN, unless I install from the CPAN shell. Here's the error I get:
Can't locate object method "install" via package "IO::Socket" at -e line 1.
From my limited point of view, it seems as no object methods can be
accessed now, so perhaps something more fundamental is broken rather
than Net::SSH::Perl
Perl 5.8.5
Net::SSH::Perl 1.29
IO::Handle 1.25
IO::Socket 1.29