| POEx-WorkerPool documentation | Contained in the POEx-WorkerPool distribution. |
POEx::WorkerPool::Worker::Guts - A generic sub process implementation for Worker
version 1.102740
This is only a shell of a class. For details on available methods and attributes please see POEx::WorkerPool::Role::WorkerPool::Worker::Guts
Nicholas R. Perez <nperez@cpan.org>
This software is copyright (c) 2010 by Infinity Interactive.
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-WorkerPool documentation | Contained in the POEx-WorkerPool distribution. |
package POEx::WorkerPool::Worker::Guts; BEGIN { $POEx::WorkerPool::Worker::Guts::VERSION = '1.102740'; } #ABSTRACT: A generic sub process implementation for Worker use MooseX::Declare; class POEx::WorkerPool::Worker::Guts { with 'MooseX::CompileTime::Traits'; with 'POEx::WorkerPool::Role::WorkerPool::Worker::Guts'; } 1;
__END__