forked from chansen/p5-http-tiny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
90 lines (89 loc) · 2.26 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
86
87
88
89
{
"abstract" : "A small, simple, correct HTTP/1.1 client",
"author" : [
"Christian Hansen <[email protected]>",
"David Golden <[email protected]>",
"Mike Doherty <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.300016, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "HTTP-Tiny",
"no_index" : {
"directory" : [
"t",
"xt",
"examples",
"corpus"
],
"package" : [
"DB"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"IO::Socket" : "0",
"Time::Local" : "0",
"bytes" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
},
"suggests" : {
"IO::Socket::SSL" : "1.56",
"Mozilla::CA" : "0"
}
},
"test" : {
"requires" : {
"Data::Dumper" : "0",
"Exporter" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Basename" : "0",
"File::Find" : "0",
"File::Spec" : "0",
"File::Spec::Functions" : "0",
"File::Temp" : "0",
"IO::Dir" : "0",
"IO::File" : "0",
"IO::Socket::INET" : "0",
"List::Util" : "0",
"Test::More" : "0.88",
"open" : "0"
}
}
},
"provides" : {
"HTTP::Tiny" : {
"file" : "lib/HTTP/Tiny.pm",
"version" : "0.021"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"mailto" : "bug-http-tiny at rt.cpan.org",
"web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=HTTP-Tiny"
},
"homepage" : "https://github.com/dagolden/p5-http-tiny",
"repository" : {
"type" : "git",
"url" : "https://github.com/dagolden/p5-http-tiny.git",
"web" : "https://github.com/dagolden/p5-http-tiny"
}
},
"version" : "0.021"
}