
MooseX::POE::Role - Eventful roles

package Counter;
use MooseX::POE::Role;
...
package RealCounter;
with qw(Counter);

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

Create an event handler named $name.


Chris Prather <perigrin@cpan.org>
Ash Berlin <ash@cpan.org>

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.