| POEx-Role-SessionInstantiation documentation | Contained in the POEx-Role-SessionInstantiation distribution. |
POEx::Role::Event - Provide a decorator to label events
version 1.102610
Nicholas Perez <nperez@cpan.org>
This software is copyright (c) 2010 by Nicholas Perez.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| POEx-Role-SessionInstantiation documentation | Contained in the POEx-Role-SessionInstantiation distribution. |
package POEx::Role::Event; BEGIN { $POEx::Role::Event::VERSION = '1.102610'; } #ABSTRACT: Provide a decorator to label events use MooseX::Declare; role POEx::Role::Event { } 1;
__END__