-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMETA.json
More file actions
35 lines (35 loc) · 754 Bytes
/
META.json
File metadata and controls
35 lines (35 loc) · 754 Bytes
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
{
"abstract" : "A general logging framework",
"author" : [
"Mark Rogaski <mrogaski@cpan.org>"
],
"dynamic_config" : 0,
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Log-Agent",
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0",
"Test::More" : "0"
}
},
"runtime" : {
"recommends" : {
"Callback" : "0"
},
"requires" : {
"Tie::Array" : "0"
}
}
},
"release_status" : "stable",
"version" : "1.004",
"x_installdirs" : "site",
"x_version_from" : "Agent.pm"
}