logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MooseX::POE::Role - Eventful roles

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/>

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

See Also