Subject: | The example in POD does not work |
Date: | Thu, 08 Nov 2007 08:33:39 -0800 |
To: | bug-POE-Component-Generic [...] rt.cpan.org |
From: | Yuri Shtil <yshtil [...] cisco.com> |
The very first statement fails:
use strict;
use POE::Component::Generic::Net::SSH2;
my $ssh = POE::Component::Generic::Net::SSH2->create(
alias => 'my-ssh',
verbose => 1,
debug => 0 );
The error is: create not an object method at /users/yshtil/p.pl line 8.
Am I missing something obvious?
--
Yuri Shtil