NAME
MouseX::POE::Meta::Trait::Class - No achmed inside
VERSION
version 0.216
METHODS
get_all_events
around add_role => sub { my ( $next, $self, $role ) = @_; $next->( $self, $role );
if ( $role->meta->can('does_role')
&& $role->meta->does_role("MouseX::POE::Meta::Trait") ) {
$self->add_event( $role->get_events );
}
};
DEPENDENCIES
Mouse::Role
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.