The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Resque::Pluggable - Role to load Resque plugin's and and apply roles.

VERSION

version 0.27

ATTRIBUTES

plugins List of plugins to be loaded into this Resque system.

worker_class Worker class to be used for worker attribute. This is Resque::Worker with all plugin/roles applied to it.

job_class Job class to be used by Resque::new_job. This is Resque::Job with all plugin/roles applied to it.

METHODS

BUILD Apply pluggable roles after BUILD.

AUTHOR

Diego Kuperman <diego@freekeylabs.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Diego Kuperman.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.