-
Notifications
You must be signed in to change notification settings - Fork 14
/
META.json
180 lines (180 loc) · 5.08 KB
/
META.json
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"abstract" : "Simple, transparent data interface, with caching",
"author" : [
"& COPYRIGHT"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.25, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Data-ObjectDriver",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"optional_features" : {
"test_fork" : {
"description" : "Test Fork",
"prereqs" : {
"runtime" : {
"requires" : {
"DBI" : "1.614",
"POSIX::AtFork" : "0",
"Parallel::ForkManager" : "0",
"Scalar::Util" : "0",
"Test::SharedFork" : "0"
}
}
}
},
"test_mariadb" : {
"description" : "Test MariaDB",
"prereqs" : {
"runtime" : {
"requires" : {
"DBD::MariaDB" : "0",
"SQL::Translator" : "0",
"Test::mysqld" : "0"
}
}
}
},
"test_mysql" : {
"description" : "Test MySQL",
"prereqs" : {
"runtime" : {
"requires" : {
"DBD::mysql" : "0",
"SQL::Translator" : "0",
"Test::mysqld" : "0"
}
}
}
},
"test_postgresql" : {
"description" : "Test PostgreSQL",
"prereqs" : {
"runtime" : {
"requires" : {
"DBD::Pg" : "0",
"SQL::Translator" : "0",
"Test::PostgreSQL" : "0"
}
}
}
},
"test_sqlite" : {
"description" : "Test SQLite",
"prereqs" : {
"runtime" : {
"requires" : {
"DBD::SQLite" : "0"
}
}
}
}
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.59",
"Test::Exception" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"DBD::SQLite" : "0",
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7",
"Text::SimpleTable" : "0"
}
},
"runtime" : {
"recommends" : {
"Text::SimpleTable" : "0"
},
"requires" : {
"Class::Accessor::Fast" : "0",
"Class::Data::Inheritable" : "0",
"Class::Trigger" : "0",
"DBI" : "0",
"List::Util" : "0",
"perl" : "5.006001"
}
},
"test" : {
"requires" : {
"version" : "0"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/sixapart/data-objectdriver/issues"
},
"homepage" : "https://github.com/sixapart/data-objectdriver",
"repository" : {
"type" : "git",
"url" : "https://github.com/sixapart/data-objectdriver.git",
"web" : "https://github.com/sixapart/data-objectdriver"
}
},
"version" : "0.23",
"x_authority" : "cpan:SIXAPART",
"x_contributors" : [
"Adam Thomason <[email protected]>",
"Akira Sawada <[email protected]>",
"Ben Trott <[email protected]>",
"Brad Choate <[email protected]>",
"Brad Fitzpatrick <[email protected]>",
"Brad Whitaker <[email protected]>",
"David Steinbrunner <[email protected]>",
"Garth Webb <[email protected]>",
"Graham Blankenbaker <[email protected]>",
"Jonathan Steinert <[email protected]>",
"Keita Jamadam Sugama <[email protected]>",
"Kenichi Ishigaki <[email protected]>",
"Kevin Goess <[email protected]>",
"Mark Paschal <[email protected]>",
"Mart Atkins <[email protected]>",
"Masahiro Iuchi <[email protected]>",
"Mischa <[email protected]>",
"Paul Lindner <[email protected]>",
"Sekimura <[email protected]>",
"Simon Wistow <[email protected]>",
"Takatsugu Shigeta <[email protected]>",
"Takatsugu Shigeta <[email protected]>",
"Taku AMANO <[email protected]>",
"Taku AMANO <[email protected]>",
"Taku AMANO <[email protected]>",
"Tatsuhiko Miyagawa <[email protected]>",
"Tsuyoshi Watanabe <[email protected]>",
"Yann Kerherve <[email protected]>",
"ambs <[email protected]>",
"ziguzagu <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 4.16",
"x_static_install" : 1
}