-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMETA.json
More file actions
75 lines (75 loc) · 2.07 KB
/
META.json
File metadata and controls
75 lines (75 loc) · 2.07 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"abstract" : "Redis::CappedCollection module provides the fixed sized collections that have a auto-FIFO age-out feature.",
"author" : [
"TrackingSoft LLC <sgladkov@trackingsoft.com>"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 6.8, CPAN::Meta::Converter version 2.132830",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Redis-CappedCollection",
"no_index" : {
"directory" : [
"t",
"inc",
"xt"
]
},
"prereqs" : {
"test" : {
"requires" : {
"Data::UUID" : "1.217",
"JSON::XS" : "3.01",
"Net::EmptyPort" : "0",
"Sys::SigAction" : "0.21",
"Test::Exception" : "0.31",
"Test::NoWarnings" : "1.04",
"Test::RedisServer" : "0.04"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"Const::Fast" : "0.014",
"Digest::SHA1" : "2.13",
"Mouse" : "2.4.1",
"Params::Util" : "1.07",
"Redis" : "1.976",
"Try::Tiny" : "0.18",
"perl" : "5.010"
}
}
},
"provides" : {
"Redis::CappedCollection" : {
"file" : "lib/Redis/CappedCollection.pm",
"version" : "1.10"
},
"Redis::CappedCollection::Util" : {
"file" : "lib/Redis/CappedCollection/Util.pm",
"version" : "1.10"
}
},
"release_status" : "stable",
"version" : "1.10",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/TrackingSoft/Redis-CappedCollection/issues"
},
"homepage" : "https://github.com/TrackingSoft/Redis-CappedCollection",
"repository" : {
"type" : "git",
"url" : "git://github.com/TrackingSoft/Redis-CappedCollection.git",
"web" : "http://github.com/TrackingSoft/Redis-CappedCollection"
}
}
}