-
-
19 May 2021 07:58:44 UTC
- Distribution: Resque
- Module version: 0.42
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (3)
- Testers (107 / 0 / 2)
- Kwalitee
Bus factor: 1- 24.67% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (38.71KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- Class::Load
- Data::Compare
- DateTime
- FindBin
- Getopt::Long::Descriptive
- JSON
- List::MoreUtils
- Moose
- Moose::Exporter
- Moose::Role
- Moose::Util
- Moose::Util::TypeConstraints
- POSIX
- Redis
- Scalar::Util
- Sys::Hostname
- Time::Concise
- Time::HiRes
- Try::Tiny
- namespace::autoclean
- overload
- strict
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Resque::Pluggable - Role to load Resque plugin's and and apply roles.
VERSION
version 0.42
ATTRIBUTES
plugins
List of plugins to be loaded into this Resque system. See Resque::Plugin.
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) 2021 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.
Module Install Instructions
To install Resque, copy and paste the appropriate command in to your terminal.
cpanm Resque
perl -MCPAN -e shell install Resque
For more information on module installation, please visit the detailed CPAN module installation guide.