MooseX::POE::Role − Eventful roles
version 0.215
package Counter; use MooseX::POE::Role; ... package RealCounter; with qw(Counter);
This is what MooseX::POE is to Moose but with Moose::Role.
event $name $subref
Create an event handler named $name.
• |
Chris Prather <chris AT prather DOT org> |
|||
• |
Ash Berlin <ash AT cpan DOT org> |
|||
• |
Chris Williams <chris AT bingosnet DOT co DOT uk> |
|||
• |
Yuval (nothingmuch) Kogman |
|||
• |
Torsten Raudssus <torsten AT raudssus DOT de> <http://www.raudssus.de/> |
This software is copyright (c) 2010 by Chris Prather, Ash Berlin, Chris Williams, Yuval Kogman, Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.