-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMETA.json
76 lines (76 loc) · 2.01 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
{
"abstract" : "Manage database patches in the style of Module::Build.",
"author" : [
"Brian Duggan <brian.duggan@nasa.gov>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.421",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Module-Build-Database",
"prereqs" : {
"build" : {
"requires" : {
"File::Copy::Recursive" : "0",
"IO::Socket::INET" : "0",
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.42"
}
},
"runtime" : {
"requires" : {
"Digest::MD5" : "0",
"File::Copy::Recursive" : "0",
"File::ShareDir" : "0",
"File::Which" : "0",
"List::MoreUtils" : "0",
"Path::Class" : "0",
"Sub::Exporter" : "0",
"blib" : "0",
"perl" : "v5.10.0"
}
}
},
"provides" : {
"Module::Build::Database" : {
"file" : "lib/Module/Build/Database.pm",
"version" : "0.58"
},
"Module::Build::Database::Helpers" : {
"file" : "lib/Module/Build/Database/Helpers.pm",
"version" : "0.58"
},
"Module::Build::Database::PostgreSQL" : {
"file" : "lib/Module/Build/Database/PostgreSQL.pm",
"version" : "0.58"
},
"Module::Build::Database::PostgreSQL::Templates" : {
"file" : "lib/Module/Build/Database/PostgreSQL/Templates.pm",
"version" : "0.58"
},
"Module::Build::Database::SQLite" : {
"file" : "lib/Module/Build/Database/SQLite.pm",
"version" : "0.58"
},
"Test::MBD" : {
"file" : "lib/Test/MBD.pm",
"version" : "0.58"
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://dev.perl.org/licenses/"
]
},
"version" : "0.58"
}