-
Notifications
You must be signed in to change notification settings - Fork 36
/
META.json
62 lines (62 loc) · 1.49 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
{
"generated_by" : "emacs",
"dynamic_config" : "1",
"recommends" : {
"Encode" : "0",
"Module::Signature" : "0.50",
"Cwd" : "0"
},
"name" : "DBD-Pg",
"resources" : {
"homepage" : "http://search.cpan.org/dist/DBD-Pg/",
"MailingList" : "http://www.nntp.perl.org/group/perl.dbd.pg/",
"repository" : "https://github.com/bucardo/dbdpg",
"bugtracker" : "https://github.com/bucardo/dbdpg/issues",
"license" : "http://dev.perl.org/licenses/",
"IRC" : "irc://irc.libera.chat/#postgresql"
},
"provides" : {
"DBD::Pg" : {
"file" : "Pg.pm",
"version" : "3.18.0"
},
"Bundle::DBD::Pg" : {
"version" : "3.18.0",
"file" : "lib/Bundle/DBD/Pg.pm"
}
},
"version" : "3.18.0",
"requires" : {
"perl" : "5.008001",
"DBI" : "1.614",
"version" : "0"
},
"keywords" : [
"Postgres",
"PostgreSQL",
"DBI",
"libpq",
"dbdpg"
],
"meta-spec" : {
"url" : "http://module-build.sourceforge.net/META-spec-v1.4.html",
"version" : "1.4"
},
"author" : [
"Greg Sabino Mullane <greg@turnstep.com>"
],
"configure_requires" : {
"DBI" : "1.614",
"version" : "0"
},
"license" : "perl",
"distribution_type" : "module",
"build_requires" : {
"File::Temp" : "0",
"version" : "0",
"Time::HiRes" : "0",
"DBI" : "1.614",
"Test::More" : "0.88"
},
"abstract" : "DBI PostgreSQL interface"
}