| AnyEvent-Subprocess documentation | Contained in the AnyEvent-Subprocess distribution. |
AnyEvent::Subprocess::Job::Delegate - role that delegates on the Job class must implement
version 1.102912
Jonathan Rockway <jrockway@cpan.org>
This software is copyright (c) 2011 by Jonathan Rockway.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| AnyEvent-Subprocess documentation | Contained in the AnyEvent-Subprocess distribution. |
package AnyEvent::Subprocess::Job::Delegate; BEGIN { $AnyEvent::Subprocess::Job::Delegate::VERSION = '1.102912'; } # ABSTRACT: role that delegates on the Job class must implement use Moose::Role; with 'AnyEvent::Subprocess::Delegate'; requires 'build_run_delegates'; requires 'child_setup_hook'; requires 'child_finalize_hook'; requires 'parent_setup_hook'; requires 'parent_finalize_hook'; requires 'build_code_args'; requires 'receive_child_result'; requires 'receive_child_error'; 1;
__END__