MooseX::POE::Role - Eventful roles
Contents
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.
perl v5.26.1 2018-03-30 MooseX::POE::Role(3pm)
Description
This is what MooseX::POE is to Moose but with Moose::Role.
Keywords
Methods
event$name$subref
Create an event handler named $name.
Name
MooseX::POE::Role - Eventful roles
Synopsis
package Counter;
use MooseX::POE::Role;
...
package RealCounter;
with qw(Counter);
Version
version 0.215
