-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathdist.ini
50 lines (42 loc) · 1.17 KB
/
dist.ini
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
name = Net-HTTP
author = Gisle Aas <[email protected]>
license = Perl_5
main_module = lib/Net/HTTP.pm
copyright_holder = Gisle Aas
copyright_year = 2001
[MetaResources]
x_IRC = irc://irc.perl.org/#lwp
x_MailingList = mailto:[email protected]
[Prereqs]
perl = 5.006002
[@Author::OALDERS]
-remove = AutoPrereqs
-remove = CheckChangesHasContent
-remove = MinimumPerl
-remove = PodCoverageTests
-remove = Prereqs
-remove = Test::CPAN::Changes
-remove = Test::Perl::Critic
-remove = Test::PodSpelling
-remove = Test::Synopsis
-remove = Test::TidyAll
-remove = StaticInstall
-remove = Test::Pod::Coverage::Configurable
[Test::Pod::Coverage::Configurable]
trustme = Net::HTTP::Methods => qr/.*/
trustme = Net::HTTP => qr/^(configure|http_connect)$/
trustme = Net::HTTP::NB => qr/^(can_read|sysread)$/
trustme = Net::HTTPS => qr/^(configure|http_connect|http_default_port)$/
[AutoPrereqs]
skip = Net::SSL
[Prereqs / RuntimeSuggests]
IO::Socket::SSL = 2.012
[Prereqs::Soften]
to_relationship = suggests
module = IO::Socket
module = IO::Socket::INET6
module = IO::Socket::IP
module = IO::Socket::SSL
module = Symbol
[StaticInstall]
mode = on