forked from TrackingSoft/Redis-JobQueue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.yml
57 lines (57 loc) · 1.36 KB
/
META.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
abstract: 'Redis::JobQueue simple job queue with Redis server capabilities.'
author:
- 'TrackingSoft LLC <[email protected]>'
build_requires:
ExtUtils::MakeMaker: '0'
Test::Deep: '0.109'
Test::Exception: '0.31'
Test::NoWarnings: '1.04'
Test::RedisServer: '0.04'
Test::TCP: '2.02'
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.8, CPAN::Meta::Converter version 2.132830'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: Redis-JobQueue
no_index:
directory:
- t
- inc
- xt
- ex
provides:
Redis::JobQueue:
file: lib/Redis/JobQueue.pm
version: 1.19
Redis::JobQueue::Job:
file: lib/Redis/JobQueue/Job.pm
version: 1.19
Redis::JobQueue::Util:
file: lib/Redis/JobQueue/Util.pm
version: 1.19
requires:
Data::UUID: 1.217
Digest::SHA1: 2.13
List::MoreUtils: 0.33
Mouse: '2.4.1'
Params::Util: 1.07
Redis: 1.976
Storable: 2.18
Try::Tiny: 0.18
perl: 5.010
version: 1.19
test_requires:
Test::Deep: 0.109
Test::Exception: 0.31
Test::NoWarnings: 1.04
Test::RedisServer: 0.04
Test::TCP: 2.11
resources:
bugtracker: https://github.com/TrackingSoft/Redis-JobQueue/issues
homepage: https://github.com/TrackingSoft/Redis-JobQueue
repository: git://github.com/TrackingSoft/Redis-JobQueue.git