-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMETA.json
86 lines (85 loc) · 2.41 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
79
80
81
82
83
84
85
{
"abstract" : "AnyEvent module for an MQTT client",
"author" : [
"Mark Hindess <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.143240",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "AnyEvent-MQTT",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
"Pod::Coverage::TrustPod" : "0",
"Test::EOL" : "0",
"Test::Kwalitee" : "1.21",
"Test::More" : "0.88",
"Test::NoTabs" : "0",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08",
"Test::Pod::LinkCheck" : "0",
"Test::Pod::No404s" : "0",
"Test::Synopsis" : "0"
}
},
"runtime" : {
"requires" : {
"AnyEvent" : "0",
"AnyEvent::Handle" : "0",
"Carp" : "0",
"Getopt::Long" : "0",
"Net::MQTT::Constants" : "0",
"Net::MQTT::Message" : "1.112320",
"Net::MQTT::TopicStore" : "0",
"POSIX" : "0",
"Pod::Usage" : "0",
"Scalar::Util" : "0",
"Sub::Name" : "0",
"constant" : "0",
"strict" : "0",
"warnings" : "0"
},
"suggests" : {
"Gtk2" : "0",
"Gtk2::SimpleList" : "0"
}
},
"test" : {
"requires" : {
"AnyEvent::MockTCPServer" : "0",
"AnyEvent::Socket" : "0",
"Exporter" : "0",
"File::Temp" : "0",
"Test::More" : "0",
"base" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/beanz/anyevent-mqtt-perl/issues"
},
"homepage" : "http://search.cpan.org/dist/AnyEvent-MQTT/",
"repository" : {
"type" : "git",
"url" : "git://github.com/beanz/anyevent-mqtt-perl.git",
"web" : "https://github.com/beanz/anyevent-mqtt-perl"
}
},
"version" : "1.212810",
"x_generated_by_perl" : "v5.26.1",
"x_serialization_backend" : "JSON::XS version 3.04"
}