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
SEE ALSO
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.