Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
POEx::IRC::Backend::Connector - An outgoing IRC socket connector
SYNOPSIS
Created by POEx::IRC::Backend for outgoing connector sockets.
DESCRIPTION
These objects contain details regarding POEx::IRC::Backend outgoing connector sockets.
This class consumes POEx::IRC::Backend::Role::Connector and adds the following attributes:
bindaddr
The local address this Connector should bind to.
Predicate: has_bindaddr
args
Arbitrary metadata attached to this Connector. (By default, this is a HASH.)
This is typically passed on to a successfully spawned POEx::IRC::Backend::Connect.
Predicate: has_args
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>