-
Notifications
You must be signed in to change notification settings - Fork 17
/
META.json
100 lines (100 loc) · 2.97 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
{
"abstract" : "PostgreSQL runner for tests",
"author" : [
"Toby Corkindale, Kazuho Oku, Peter Mottram, Alex Tokarev, plus various contributors."
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.15, CPAN::Meta::Converter version 2.150010",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Test-PostgreSQL",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"Software::License" : "0",
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"DBD::Pg" : "0",
"DBI" : "0",
"File::Spec" : "0",
"File::Which" : "0",
"Function::Parameters" : "0",
"Moo" : "0",
"POSIX" : "0",
"Tie::Hash::Method" : "0",
"Try::Tiny" : "0",
"Types::Standard" : "0",
"User::pwent" : "0",
"perl" : "5.014"
}
},
"test" : {
"requires" : {
"DBD::Pg" : "0",
"Test::SharedFork" : "0.06"
}
}
},
"release_status" : "unstable",
"resources" : {
"homepage" : "https://github.com/TJC/Test-postgresql",
"repository" : {
"type" : "git",
"url" : "git://github.com/TJC/Test-postgresql.git",
"web" : "https://github.com/TJC/Test-postgresql"
}
},
"version" : "1.29",
"x_contributors" : [
"Alex Tokarev <nohuhu@users.noreply.github.com>",
"Alex Tokarev <tokarev@cpan.org>",
"Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>",
"Dan Book <grinnz@grinnz.com>",
"David Steinbrunner <dsteinbrunner@pobox.com>",
"Don Armstrong <don@donarmstrong.com>",
"Eric Radman <ericshane@eradman.com>",
"Matthew Somerville <matthew-github@dracos.co.uk>",
"Michal Sedlák <sedlakmichal@gmail.com>",
"Mohammad S Anwar <mohammad.anwar@yahoo.com>",
"Paul Williams <kwakwaversal@gmail.com>",
"Peter Mottram <peter@sysnix.com>",
"Russell Jenkins <russell.jenkins@strategicdata.com.au>",
"Russell Jenkins <russellj@strategicdata.com.au>",
"Toby <tobyc@strategicdata.com.au>",
"Toby Corkindale <tcorkindale@zendesk.com>",
"Toby Corkindale <tjc@wintrmute.net>",
"Veesh Goldman <rabbiveesh@gmail.com>",
"root <root@altar.int.qindel.com>"
],
"x_serialization_backend" : "JSON::PP version 2.27400_02",
"x_static_install" : 1
}