1{
2   "abstract" : "A non-blocking, concurrent DNS server POE component",
3   "author" : [
4      "Chris Williams <chris@bingosnet.co.uk>",
5      "Jan-Pieter Cornet <johnpc@xs4all.nl>",
6      "Brandon Black <blblack@gmail.com>",
7      "Richard Harman <richard@richardharman.com>",
8      "Stephan Jauernick <stephan@stejau.de>"
9   ],
10   "dynamic_config" : 0,
11   "generated_by" : "Dist::Zilla version 5.041, CPAN::Meta::Converter version 2.150005",
12   "license" : [
13      "perl_5"
14   ],
15   "meta-spec" : {
16      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
17      "version" : 2
18   },
19   "name" : "POE-Component-Server-DNS",
20   "prereqs" : {
21      "build" : {
22         "requires" : {
23            "ExtUtils::MakeMaker" : "6.59"
24         }
25      },
26      "configure" : {
27         "requires" : {
28            "ExtUtils::MakeMaker" : "0"
29         }
30      },
31      "develop" : {
32         "requires" : {
33            "Pod::Coverage::TrustPod" : "0",
34            "Test::Pod" : "1.41",
35            "Test::Pod::Coverage" : "1.08"
36         }
37      },
38      "runtime" : {
39         "requires" : {
40            "Carp" : "0",
41            "Net::DNS" : "0.58",
42            "POE" : "1.004",
43            "POE::Component::Client::DNS" : "1.051",
44            "POE::Component::Client::DNS::Recursive" : "1.06",
45            "POE::Filter::DNS::TCP" : "0.04",
46            "Socket" : "0",
47            "perl" : "5.006"
48         }
49      },
50      "test" : {
51         "requires" : {
52            "File::Spec" : "0",
53            "IO::Handle" : "0",
54            "IPC::Open3" : "0",
55            "Test::More" : "0"
56         }
57      }
58   },
59   "release_status" : "stable",
60   "resources" : {
61      "homepage" : "https://github.com/bingos/poe-component-server-dns",
62      "repository" : {
63         "type" : "git",
64         "url" : "https://github.com/bingos/poe-component-server-dns.git",
65         "web" : "https://github.com/bingos/poe-component-server-dns"
66      }
67   },
68   "version" : "0.32"
69}
70
71