Chris Prather > MooseX-POE-0.205 > MooseX::POE::Role

Download:
MooseX-POE-0.205.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  3
View Bugs
Report a bug
Source  

NAME ^

MooseX::POE::Role - Eventful roles

SYNOPSIS ^

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

    ...

    package RealCounter;

    with qw(Counter);

DESCRIPTION ^

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

KEYWORDS ^

event $name $subref

Create an event handler named $name.

SEE ALSO ^

MooseX::POE

AUTHOR ^

Chris Prather <perigrin@cpan.org>

Ash Berlin <ash@cpan.org>

LICENCE AND COPYRIGHT ^

Copyright (c) 2007-2009, Chris Prather <perigrin@cpan.org>, Ash Berlin <ash@cpan.org>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.