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;