FreeBSD Manual Pages
Devel::Events::HandlerUser Contributed Perl DocumentaDevel::Events::Handler(3) NAME Devel::Events::Handler - An optional base role for event handlers. VERSION version 0.09 SYNOPSIS package MyGen; use Moose; with qw/Devel::Events::Handler/; sub new_event { my ( $self, $type, %data ) = @_; # ... } DESCRIPTION This convenience role reminds you to add a "new_event" method. REQUIRED METHODS new_event @event Handle a fired event. SUPPORT Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Events> (or bug-Devel-Events@rt.cpan.org <mailto:bug-Devel-Events@rt.cpan.org>). AUTHOR XXXX XXX'XX (Yuval Kogman) <nothingmuch@woobling.org> COPYRIGHT AND LICENCE This software is copyright (c) 2007 by XXXX XXX'XX (Yuval Kogman). This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.32.0 2018-03-27 Devel::Events::Handler(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | REQUIRED METHODS | SUPPORT | AUTHOR | COPYRIGHT AND LICENCE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Devel::Events::Handler&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>