Queue-Q 0.31 Latest
Kwalitee Issues
- no_files_to_be_skipped
-
Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.
Error: .gitignore,dist.ini
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:
- MANIFEST (43) does not match dist (46):
- Missing in MANIFEST: .gitignore, dist.ini, lib/Queue/Q/ReliableFIFO/epochs.json
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Queue::Q::ReliableFIFO::Lua
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: Queue::Q::ReliableFIFO::CLI, Queue::Q::ReliableFIFO::Lua
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Queue::Q | Mix-and-match Queue Implementations and Backends | 0.31 | metacpan |
Queue::Q::ClaimFIFO | FIFO queue keeping track of claimed items | metacpan | |
Queue::Q::ClaimFIFO::Item | An item in a 'ClaimFIFO' queue | metacpan | |
Queue::Q::ClaimFIFO::Perl | In-memory Perl implementation of the ClaimFIFO queue | metacpan | |
Queue::Q::ClaimFIFO::Redis | metacpan | ||
Queue::Q::DistFIFO | metacpan | ||
Queue::Q::NaiveFIFO | Very primitive FIFO queue | metacpan | |
Queue::Q::NaiveFIFO::Perl | In-memory Perl implementation of the NaiveFIFO queue | metacpan | |
Queue::Q::NaiveFIFO::Redis | In-memory Redis implementation of the NaiveFIFO queue | metacpan | |
Queue::Q::ReliableFIFO | FIFO queue keeping track of claimed items | metacpan | |
Queue::Q::ReliableFIFO::CLI | Command line interface to queues in Redis | metacpan | |
Queue::Q::ReliableFIFO::Item | An item object of an queue item | metacpan | |
Queue::Q::ReliableFIFO::Lua | Load lua scripts into Redis | metacpan | |
Queue::Q::ReliableFIFO::Redis | In-memory Redis implementation of the ReliableFIFO queue | metacpan |