MooseX::POE::Role.3pm

Langue: en

Autres versions - même langue

Version: 2009-04-03 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

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

event $name $subref
Create an event handler named $name.

SEE ALSO

MooseX::POE

AUTHOR

Chris Prather "<perigrin@cpan.org>"

Ash Berlin "<ash@cpan.org>"

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.