-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.json
67 lines (63 loc) · 1.81 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
{
"name": "CPAN-Testers-Common-DBUtils",
"version": "0.11",
"abstract": "Basic Database Wrapper used by CPAN Testers modules",
"author": [
"Barbie (BARBIE) <[email protected]>"
],
"license": [ "artistic_2" ],
"dynamic_config" : 0,
"release_status" : "stable",
"meta-spec": {
"version": "2",
"url": "http://search.cpan.org/dist/CPAN-Meta/lib/CPAN/Meta/Spec.pm"
},
"generated_by": "The Hand of Barbie 1.0",
"keywords" : [
"qa",
"cpan",
"testing",
"database"
],
"prereqs" : {
"runtime" : {
"requires" : {
"perl": "5.006",
"Carp": "0",
"Class::Accessor::Fast": "0",
"DBI": "0"
}
},
"test" : {
"requires": {
"IO::File": "0",
"Test::More": "0.70"
},
"recommends": {
"Test::CPAN::Meta": "0",
"Test::CPAN::Meta::JSON": "0",
"Test::Database": "0",
"Test::Pod": "1.00",
"Test::Pod::Coverage": "0.08"
}
}
},
"provides": {
"CPAN::Testers::Common::DBUtils": {
"file": "lib/CPAN/Testers/Common/DBUtils.pm",
"version": "0.11"
}
},
"no_index": {
"directory": ["t","examples"]
},
"resources": {
"license": [ "http://www.perlfoundation.org/artistic_license_2_0" ],
"bugtracker": { "web": "http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Testers-Common-DBUtils" },
"repository": {
"url": "git://github.com/barbie/cpan-testers-common-dbutils.git",
"web": "http://github.com/barbie/cpan-testers-common-dbutils",
"type": "git"
}
}
}