Skip Menu |

This queue is for tickets about the Net-SSH-Perl CPAN distribution.

Report information
The Basics
Id: 57030
Status: open
Priority: 0/
Queue: Net-SSH-Perl

People
Owner: Nobody in particular
Requestors: pteryx [...] excite.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC:
Subject: v1.34 Can't locate object method "blocking" via package "FileHandle" ... at Perl.pm line 213
Date: Thu, 29 Apr 2010 03:21:48 -0400
To: bug-Net-SSH-Perl [...] rt.cpan.org
From: ">Pteryx Windsword" <pteryx [...] excite.com>
Greetings, One of my colleagues is experiencing the following error when trying to use Net::SSH::Perl. Can't locate object method "blocking" via package "FileHandle" at ... Perl.pm line 213, <GEN0> line 1. Perl version: 5.10.0 O/S: Redhat Linux 4.7 Example code: use CGI qw(:standard); use JSON::XS; use Net::Telnet; use Parallel::ForkManager; use Net::SSH::Perl; ... $ssh = Net::SSH::Perl->new($deviceIp); many thanks, p
From: rolf.b.mr [...] gmail.com
On Thu Apr 29 03:22:00 2010, pteryx@excite.com wrote: Show quoted text
> Greetings, > > One of my colleagues is experiencing the following error when trying > to use Net::SSH::Perl. > > Can't locate object method "blocking" via package "FileHandle" at ... > Perl.pm line 213, <GEN0> line 1. > > Perl version: 5.10.0 > O/S: Redhat Linux 4.7 > > Example code: > use CGI qw(:standard); > use JSON::XS; > use Net::Telnet; > use Parallel::ForkManager; > use Net::SSH::Perl; > ... > $ssh = Net::SSH::Perl->new($deviceIp); > > many thanks, > p
I get the same thing on: win XP cygwin 1.7.1 Perl perl5 (revision 5 version 10 subversion 1) The Net::SSH::Perl version is: # $Id: Perl.pm,v 1.126 2009/02/02 01:18:27 turnstep Exp $ If I don't 'use Net::Telnet' the problem does not occur.