1---
2abstract: 'Redis::JobQueue simple job queue with Redis server capabilities.'
3author:
4  - 'TrackingSoft LLC <sgladkov@trackingsoft.com>'
5build_requires:
6  ExtUtils::MakeMaker: '0'
7  Test::Deep: '0.109'
8  Test::Exception: '0.31'
9  Test::NoWarnings: '1.04'
10  Test::RedisServer: '0.04'
11  Test::TCP: '2.11'
12configure_requires:
13  ExtUtils::MakeMaker: '0'
14dynamic_config: 1
15generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010'
16license: perl
17meta-spec:
18  url: http://module-build.sourceforge.net/META-spec-v1.4.html
19  version: '1.4'
20name: Redis-JobQueue
21no_index:
22  directory:
23    - t
24    - inc
25    - xt
26    - ex
27provides:
28  Redis::JobQueue:
29    file: lib/Redis/JobQueue.pm
30    version: '1.19'
31  Redis::JobQueue::Job:
32    file: lib/Redis/JobQueue/Job.pm
33    version: '1.19'
34  Redis::JobQueue::Util:
35    file: lib/Redis/JobQueue/Util.pm
36    version: '1.19'
37requires:
38  Data::UUID: '1.217'
39  Digest::SHA1: '2.13'
40  List::MoreUtils: '0.33'
41  Mouse: '0'
42  Params::Util: '1.07'
43  Redis: '1.976'
44  Storable: '2.18'
45  Try::Tiny: '0.18'
46  perl: '5.010'
47resources:
48  bugtracker: https://github.com/TrackingSoft/Redis-JobQueue/issues
49  homepage: https://github.com/TrackingSoft/Redis-JobQueue
50  repository: git://github.com/TrackingSoft/Redis-JobQueue.git
51version: '1.19'
52x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
53