1{
2   "abstract" : "Redis::JobQueue simple job queue with Redis server capabilities.",
3   "author" : [
4      "TrackingSoft LLC <sgladkov@trackingsoft.com>"
5   ],
6   "dynamic_config" : 1,
7   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010",
8   "license" : [
9      "perl_5"
10   ],
11   "meta-spec" : {
12      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13      "version" : "2"
14   },
15   "name" : "Redis-JobQueue",
16   "no_index" : {
17      "directory" : [
18         "t",
19         "inc",
20         "xt",
21         "ex"
22      ]
23   },
24   "prereqs" : {
25      "build" : {
26         "requires" : {
27            "ExtUtils::MakeMaker" : "0"
28         }
29      },
30      "configure" : {
31         "requires" : {
32            "ExtUtils::MakeMaker" : "0"
33         }
34      },
35      "runtime" : {
36         "requires" : {
37            "Data::UUID" : "1.217",
38            "Digest::SHA1" : "2.13",
39            "List::MoreUtils" : "0.33",
40            "Mouse" : "0",
41            "Params::Util" : "1.07",
42            "Redis" : "1.976",
43            "Storable" : "2.18",
44            "Try::Tiny" : "0.18",
45            "perl" : "5.010"
46         }
47      },
48      "test" : {
49         "requires" : {
50            "Test::Deep" : "0.109",
51            "Test::Exception" : "0.31",
52            "Test::NoWarnings" : "1.04",
53            "Test::RedisServer" : "0.04",
54            "Test::TCP" : "2.11"
55         }
56      }
57   },
58   "provides" : {
59      "Redis::JobQueue" : {
60         "file" : "lib/Redis/JobQueue.pm",
61         "version" : "1.19"
62      },
63      "Redis::JobQueue::Job" : {
64         "file" : "lib/Redis/JobQueue/Job.pm",
65         "version" : "1.19"
66      },
67      "Redis::JobQueue::Util" : {
68         "file" : "lib/Redis/JobQueue/Util.pm",
69         "version" : "1.19"
70      }
71   },
72   "release_status" : "stable",
73   "resources" : {
74      "bugtracker" : {
75         "web" : "https://github.com/TrackingSoft/Redis-JobQueue/issues"
76      },
77      "homepage" : "https://github.com/TrackingSoft/Redis-JobQueue",
78      "repository" : {
79         "type" : "git",
80         "url" : "git://github.com/TrackingSoft/Redis-JobQueue.git",
81         "web" : "http://github.com/TrackingSoft/Redis-JobQueue"
82      }
83   },
84   "version" : "1.19",
85   "x_serialization_backend" : "JSON::PP version 2.27400"
86}
87