This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove Module-Build from core perl distribution
[perl5.git] / cpan / IO-Socket-IP / META.json
CommitLineData
e150c453
RS
1{
2 "abstract" : "Family-neutral IP socket supporting both IPv4 and IPv6",
3 "author" : [
4 "Paul Evans <leonerd@leonerd.org.uk>"
5 ],
6 "dynamic_config" : 1,
f728ea12 7 "generated_by" : "Module::Build version 0.4204",
e150c453
RS
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" : "IO-Socket-IP",
16 "prereqs" : {
17 "build" : {
18 "requires" : {
19 "Test::More" : "0.88"
20 }
21 },
22 "runtime" : {
23 "requires" : {
24 "IO::Socket" : "0",
25 "Socket" : "1.97"
26 }
27 }
28 },
29 "provides" : {
30 "IO::Socket::IP" : {
31 "file" : "lib/IO/Socket/IP.pm",
f728ea12 32 "version" : "0.29"
e150c453
RS
33 }
34 },
35 "release_status" : "stable",
36 "resources" : {
37 "license" : [
38 "http://dev.perl.org/licenses/"
39 ]
40 },
f728ea12 41 "version" : "0.29"
e150c453 42}