NAME
MouseX::POE::Meta::Trait - There be dragons here.
VERSION
version 0.216
after add_role => sub { my ( $self, $role ) = @_;
if ( $role->isa("MouseX::POE::Meta::Role") ) {
$self->add_event( $role->get_events );
}
};
1;
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.