forked from raku-community-modules/HTTP-UserAgent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.info
More file actions
32 lines (32 loc) · 1.05 KB
/
META.info
File metadata and controls
32 lines (32 loc) · 1.05 KB
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
{
"perl" : "6.c",
"name" : "HTTP::UserAgent",
"version" : "1.1.20",
"author" : "github:sergot",
"description" : "Web user agent",
"depends" : [
"HTTP::Status",
"File::Temp",
"DateTime::Parse",
"Encode",
"MIME::Base64",
"URI"
],
"test-depends" : [
"IO::Capture::Simple"
],
"provides" : {
"HTTP::UserAgent" : "lib/HTTP/UserAgent.pm6",
"HTTP::UserAgent::Common" : "lib/HTTP/UserAgent/Common.pm6",
"HTTP::Cookie" : "lib/HTTP/Cookie.pm6",
"HTTP::Cookies" : "lib/HTTP/Cookies.pm6",
"HTTP::Header" : "lib/HTTP/Header.pm6",
"HTTP::Header::Field" : "lib/HTTP/Header/Field.pm6",
"HTTP::Message" : "lib/HTTP/Message.pm6",
"HTTP::Request" : "lib/HTTP/Request.pm6",
"HTTP::Request::Common" : "lib/HTTP/Request/Common.pm6",
"HTTP::Response" : "lib/HTTP/Response.pm6",
"HTTP::MediaType" : "lib/HTTP/MediaType.pm6"
},
"source-url" : "git://github.com/sergot/http-useragent.git"
}