The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

POEx::IRC::Backend::Connector - An outgoing 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.

has_bindaddr can be used to find out if we have a local bind address specified.

args

Arbitrary metadata attached to this Connector. (By default, this is a HASH.)

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>