Skip Menu |

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

Report information
The Basics
Id: 17255
Status: rejected
Priority: 0/
Queue: Net-VNC

People
Owner: Nobody in particular
Requestors: cpan [...] clotho.com
Cc:
AdminCc:

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



Subject: Missing check for undef socket in capture method
I get this error message trying to call Net::VNC->new(...)->capture() Can't call method "print" on an undefined value at /Users/chris/perl/lib/Net/VNC.pm line 181. It turns out it was because I forgot the call to login(), but the code should fail a little more gracefully. -- Chris