forked from perl-ldap/perl-ldap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
83 lines (83 loc) · 2.06 KB
/
META.json
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
{
"name" : "perl-ldap",
"version" : "0.68",
"abstract" : "LDAP client library",
"author" : [
"Peter Marschall <[email protected]>"
],
"release_status" : "stable",
"resources" : {
"homepage" : "http://ldap.perl.org/",
"repository" : {
"url" : "git://github.com/perl-ldap/perl-ldap.git",
"web" : "https://github.com/perl-ldap/perl-ldap",
"type" : "git"
},
"bugtracker" : {
"web" : "https://github.com/perl-ldap/perl-ldap/issues/"
}
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.42"
}
},
"test" : {
"requires" : {
"File::Basename" : "0",
"File::Compare" : "0",
"File::Path" : "0",
"IO::File" : "0",
"Test::More" : "0",
"Text::Soundex" : "0"
}
},
"runtime" : {
"requires" : {
"Convert::ASN1" : "0.2",
"MIME::Base64" : "0",
"perl" : "5.008001"
},
"recommends" : {
"IO::Socket::INET6" : "0",
"IO::Socket::SSL" : "1.26",
"Authen::SASL" : "2.00",
"URI::ldap" : "1.10",
"Time::Local" : "0"
},
"suggests" : {
"IO::Socket::IP" : "0.20",
"XML::SAX::Writer" : "0",
"XML::SAX::Base" : "0",
"LWP" : "0",
"LWP::Protocol" : "0",
"LWP::MediaTypes" : "0",
"HTTP::Negotiate" : "0",
"HTTP::Response" : "0",
"HTTP::Status" : "0",
"JSON" : "0"
}
}
},
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 6.66, hand-edited",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"no_index" : {
"directory" : [
"t",
"inc"
]
}
}