-
Notifications
You must be signed in to change notification settings - Fork 2
/
META.json
78 lines (78 loc) · 1.92 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
{
"abstract" : "Audit data changes in your code and store searchable log records in a database.",
"author" : [
"Guillaume Aubert <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4205",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Audit-DBI",
"no_index" : {
"file" : [
"t/LocalTest.pm"
]
},
"prereqs" : {
"build" : {
"requires" : {
"Config::Tiny" : "0",
"DBD::SQLite" : "0",
"DBI" : "0",
"Test::Exception" : "0",
"Test::FailWarnings" : "0",
"Test::More" : "0.94"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Class::Load" : "0",
"Data::Dumper" : "0",
"Data::Validate::Type" : "0",
"MIME::Base64" : "0",
"Storable" : "0",
"Try::Tiny" : "0",
"perl" : "5.006"
}
}
},
"provides" : {
"Audit::DBI" : {
"file" : "lib/Audit/DBI.pm",
"version" : "v1.9.0"
},
"Audit::DBI::Event" : {
"file" : "lib/Audit/DBI/Event.pm",
"version" : "v1.9.0"
},
"Audit::DBI::Utils" : {
"file" : "lib/Audit/DBI/Utils.pm",
"version" : "v1.9.0"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/guillaumeaubert/Audit-DBI/issues"
},
"homepage" : "https://metacpan.org/release/Audit-DBI",
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "https://github.com/guillaumeaubert/Audit-DBI"
}
},
"version" : "v1.9.0"
}