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

NAME

POEx::IRC::Backend::Role::HasWheel

SYNOPSIS

A Moo::Role for classes that have associated POE::Wheel instances.

DESCRIPTION

wheel

A POE::Wheel instance (typically POE::Wheel::SocketFactory for listeners and connectors or POE::Wheel::ReadWrite for live connections).

Can be cleared via clear_wheel; use has_wheel to determine if this listener's wheel has been cleared.

Can be replaced via set_wheel (although whether this is a good idea or not is debatable; better to spawn a new instance of your class)

wheel_id

The POE ID of the last known "wheel".

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>