Skip Menu |

This queue is for tickets about the POE-Component-IRC CPAN distribution.

Report information
The Basics
Id: 50916
Status: resolved
Priority: 0/
Queue: POE-Component-IRC

People
Owner: Nobody in particular
Requestors: simcop [...] cpan.org
Cc: simcop [...] cpan.org
AdminCc:

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



Subject: POE::Component::IRC::Common::l_irc returns empty list when given a false value.
POE::Component::IRC::Common::l_irc returns empty list when given a false value. This happened when given a string that was "0", while it might not be a completely valid nick it would be nice if the subroutine would give back an answer anyway. the problem line appears to be my $value = shift || return;
I have changed it to check for definedness instead. Will be there in the next release.