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 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>