]> Dogcows Code - chaz/p5-HTTP-AnyUA/blob - META.json
Version 0.900
[chaz/p5-HTTP-AnyUA] / META.json
1 {
2 "abstract" : "An HTTP user agent programming interface unification layer",
3 "author" : [
4 "Charles McGarvey <chazmcgarvey@brokenzipper.com>"
5 ],
6 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150005",
8 "license" : [
9 "perl_5"
10 ],
11 "meta-spec" : {
12 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13 "version" : 2
14 },
15 "name" : "HTTP-AnyUA",
16 "no_index" : {
17 "directory" : [
18 "eg",
19 "share",
20 "shares",
21 "t",
22 "xt"
23 ]
24 },
25 "prereqs" : {
26 "configure" : {
27 "requires" : {
28 "ExtUtils::MakeMaker" : "0"
29 }
30 },
31 "develop" : {
32 "requires" : {
33 "Dist::Zilla" : "5",
34 "Dist::Zilla::Plugin::Prereqs" : "0",
35 "Dist::Zilla::PluginBundle::Author::CCM" : "0",
36 "English" : "0",
37 "Pod::Coverage::TrustPod" : "0",
38 "Software::License::Perl_5" : "0",
39 "Test::CPAN::Changes" : "0.19",
40 "Test::CPAN::Meta" : "0",
41 "Test::CleanNamespaces" : "0.15",
42 "Test::EOL" : "0",
43 "Test::MinimumVersion" : "0",
44 "Test::More" : "0.96",
45 "Test::NoTabs" : "0",
46 "Test::Pod" : "1.41",
47 "Test::Pod::Coverage" : "1.08",
48 "Test::Pod::No404s" : "0",
49 "Test::Portability::Files" : "0"
50 }
51 },
52 "runtime" : {
53 "requires" : {
54 "Carp" : "0",
55 "Exporter" : "0",
56 "Fcntl" : "0",
57 "Future" : "0",
58 "MIME::Base64" : "0",
59 "Module::Loader" : "0",
60 "Scalar::Util" : "0",
61 "Time::Local" : "0",
62 "bytes" : "0",
63 "parent" : "0",
64 "perl" : "5.010",
65 "strict" : "0",
66 "warnings" : "0"
67 },
68 "suggests" : {
69 "HTTP::Tiny" : "0"
70 }
71 },
72 "test" : {
73 "recommends" : {
74 "CPAN::Meta" : "2.120900"
75 },
76 "requires" : {
77 "ExtUtils::MakeMaker" : "0",
78 "File::Spec" : "0",
79 "IO::Handle" : "0",
80 "IPC::Open3" : "0",
81 "Test2::API" : "0",
82 "Test::Exception" : "0",
83 "Test::More" : "0",
84 "blib" : "1.01",
85 "lib" : "0"
86 },
87 "suggests" : {
88 "AnyEvent::HTTP" : "0",
89 "Furl" : "0",
90 "HTTP::Tiny" : "0",
91 "JSON" : "0",
92 "LWP::UserAgent" : "0",
93 "Mojo::UserAgent" : "0",
94 "Net::Curl::Easy" : "0",
95 "Plack::Runner" : "0",
96 "Starman" : "0"
97 }
98 }
99 },
100 "provides" : {
101 "HTTP::AnyUA" : {
102 "file" : "lib/HTTP/AnyUA.pm",
103 "version" : "0.900"
104 },
105 "HTTP::AnyUA::Backend" : {
106 "file" : "lib/HTTP/AnyUA/Backend.pm",
107 "version" : "0.900"
108 },
109 "HTTP::AnyUA::Backend::AnyEvent::HTTP" : {
110 "file" : "lib/HTTP/AnyUA/Backend/AnyEvent/HTTP.pm",
111 "version" : "0.900"
112 },
113 "HTTP::AnyUA::Backend::Furl" : {
114 "file" : "lib/HTTP/AnyUA/Backend/Furl.pm",
115 "version" : "0.900"
116 },
117 "HTTP::AnyUA::Backend::HTTP::AnyUA" : {
118 "file" : "lib/HTTP/AnyUA/Backend/HTTP/AnyUA.pm",
119 "version" : "0.900"
120 },
121 "HTTP::AnyUA::Backend::HTTP::Tiny" : {
122 "file" : "lib/HTTP/AnyUA/Backend/HTTP/Tiny.pm",
123 "version" : "0.900"
124 },
125 "HTTP::AnyUA::Backend::LWP::UserAgent" : {
126 "file" : "lib/HTTP/AnyUA/Backend/LWP/UserAgent.pm",
127 "version" : "0.900"
128 },
129 "HTTP::AnyUA::Backend::Mojo::UserAgent" : {
130 "file" : "lib/HTTP/AnyUA/Backend/Mojo/UserAgent.pm",
131 "version" : "0.900"
132 },
133 "HTTP::AnyUA::Backend::Net::Curl::Easy" : {
134 "file" : "lib/HTTP/AnyUA/Backend/Net/Curl/Easy.pm",
135 "version" : "0.900"
136 },
137 "HTTP::AnyUA::Util" : {
138 "file" : "lib/HTTP/AnyUA/Util.pm",
139 "version" : "0.900"
140 }
141 },
142 "release_status" : "stable",
143 "resources" : {
144 "bugtracker" : {
145 "web" : "https://github.com/chazmcgarvey/HTTP-AnyUA/issues"
146 },
147 "homepage" : "https://github.com/chazmcgarvey/HTTP-AnyUA",
148 "repository" : {
149 "type" : "git",
150 "url" : "https://github.com/chazmcgarvey/HTTP-AnyUA.git",
151 "web" : "https://github.com/chazmcgarvey/HTTP-AnyUA"
152 }
153 },
154 "version" : "0.900",
155 "x_authority" : "cpan:CCM",
156 "x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
157 }
158
This page took 0.034773 seconds and 4 git commands to generate.