-
Notifications
You must be signed in to change notification settings - Fork 2
/
META.json
77 lines (76 loc) · 2.08 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" : "Perl modules for RFXCOM RF receivers and transmitters",
"author" : [
"Mark Hindess <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.141520",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Device-RFXCOM",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30"
}
},
"develop" : {
"requires" : {
"Pod::Coverage::TrustPod" : "0",
"Test::Kwalitee" : "1.12",
"Test::More" : "0",
"Test::NoTabs" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Device::SerialPort" : "0",
"Exporter" : "0",
"Fcntl" : "0",
"IO::Handle" : "0",
"IO::Select" : "0",
"IO::Socket::INET" : "0",
"Module::Pluggable" : "0",
"Symbol" : "0",
"Time::HiRes" : "0",
"base" : "0",
"constant" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"AnyEvent" : "0",
"AnyEvent::Handle" : "0",
"AnyEvent::MockTCPServer" : "0",
"AnyEvent::Socket" : "0",
"File::Temp" : "0",
"Test::More" : "0",
"lib" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/beanz/device-rfxcom-perl/issues"
},
"homepage" : "http://search.cpan.org/dist/Device-RFXCOM/",
"repository" : {
"type" : "git",
"url" : "git://github.com/beanz/device-rfxcom-perl.git",
"web" : "https://github.com/beanz/device-rfxcom-perl"
}
},
"version" : "1.142010"
}