File: dist.ini

package info (click to toggle)
libnet-http-perl 6.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 856; makefile: 11
file content (50 lines) | stat: -rw-r--r-- 1,193 bytes parent folder | download | duplicates (2)
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 <gisle@activestate.com>
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:libwww@perl.org

[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