POEx::WorkerPool::Worker::GutsLoader - A Loader implementation for Worker::Guts


POEx-WorkerPool documentation Contained in the POEx-WorkerPool distribution.

Index


Code Index:

NAME

Top

POEx::WorkerPool::Worker::GutsLoader - A Loader implementation for Worker::Guts

VERSION

Top

version 1.102740

DESCRIPTION

Top

This is only a shell of a class. For details on available methods and attributes please see POEx::WorkerPool::Role::WorkerPool::Worker::GutsLoader

AUTHOR

Top

Nicholas R. Perez <nperez@cpan.org>

COPYRIGHT AND LICENSE

Top


POEx-WorkerPool documentation Contained in the POEx-WorkerPool distribution.

package POEx::WorkerPool::Worker::GutsLoader;
BEGIN {
  $POEx::WorkerPool::Worker::GutsLoader::VERSION = '1.102740';
}

#ABSTRACT: A Loader implementation for Worker::Guts

use MooseX::Declare;

class POEx::WorkerPool::Worker::GutsLoader {
    with 'MooseX::CompileTime::Traits';
    with 'POEx::WorkerPool::Role::WorkerPool::Worker::GutsLoader';
}

1;



__END__