table of contents
MooseX::POE::Role(3) | User Contributed Perl Documentation | MooseX::POE::Role(3) |
NAME¶
MooseX::POE::Role - Eventful roles
VERSION¶
version 0.215
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.
METHODS¶
event $name $subref¶
Create an event handler named $name.
KEYWORDS¶
AUTHORS¶
- Chris Prather <chris@prather.org>
- Ash Berlin <ash@cpan.org>
- Chris Williams <chris@bingosnet.co.uk>
- Yuval (nothingmuch) Kogman
- Torsten Raudssus <torsten@raudssus.de> <http://www.raudssus.de/>
COPYRIGHT AND LICENSE¶
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.
2012-05-28 | perl v5.40.0 |