MooseX::POE::Role - Eventful roles


MooseX-POE documentation  | view source Contained in the MooseX-POE distribution.

Index


NAME

Top

MooseX::POE::Role - Eventful roles

VERSION

Top

version 0.214

SYNOPSIS

Top

    package Counter;
    use MooseX::POE::Role;

    ...

    package RealCounter;

    with qw(Counter);

DESCRIPTION

Top

This is what MooseX::POE is to Moose but with Moose::Role.

METHODS

Top

event $name $subref

Create an event handler named $name.

KEYWORDS

Top

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


MooseX-POE documentation  | view source Contained in the MooseX-POE distribution.