summaryrefslogtreecommitdiff
path: root/META.json
blob: dac798bc4d436b37de0ddc14395de692ac3223fc (plain)
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
90
{
   "abstract" : "The World-Wide Web library for Perl",
   "author" : [
      "Gisle Aas <gisle@activestate.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "ExtUtils::MakeMaker version 7.0512, CPAN::Meta::Converter version 2.143240",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "libwww-perl",
   "no_index" : {
      "directory" : [
         "t",
         "inc"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Digest::MD5" : "0",
            "Encode" : "2.12",
            "Encode::Locale" : "0",
            "File::Listing" : "6",
            "HTML::Entities" : "0",
            "HTML::HeadParser" : "0",
            "HTTP::Cookies" : "6",
            "HTTP::Daemon" : "6",
            "HTTP::Date" : "6",
            "HTTP::Negotiate" : "6",
            "HTTP::Request" : "6",
            "HTTP::Request::Common" : "6",
            "HTTP::Response" : "6",
            "HTTP::Status" : "6",
            "IO::Select" : "0",
            "IO::Socket" : "0",
            "LWP::MediaTypes" : "6",
            "MIME::Base64" : "2.1",
            "Net::FTP" : "2.58",
            "Net::HTTP" : "6.07",
            "URI" : "1.10",
            "URI::Escape" : "0",
            "WWW::RobotRules" : "6",
            "perl" : "5.008001"
         },
         "suggests" : {
            "Authen::NTLM" : "1.02",
            "HTTP::GHTTP" : "0",
            "LWP::Protocol::https" : "6.02"
         }
      },
      "test" : {
         "requires" : {
            "FindBin" : "0",
            "Test" : "0",
            "Test::More" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "mailto" : "bug-libwww-perl@rt.cpan.org",
         "web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=libwww-perl"
      },
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/libwww-perl/libwww-perl.git",
         "web" : "https://github.com/libwww-perl/libwww-perl"
      },
      "x_IRC" : "irc://irc.perl.org/#lwp",
      "x_MailingList" : "mailto:libwww@perl.org"
   },
   "version" : "6.13"
}