File: dist.ini

package info (click to toggle)
libhttp-tiny-perl 0.022-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 496 kB
  • sloc: perl: 1,942; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 567 bytes parent folder | download
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
name              = HTTP-Tiny
author            = Christian Hansen <chansen@cpan.org>
author            = David Golden <dagolden@cpan.org>
author            = Mike Doherty <doherty@cpan.org>
license           = Perl_5
copyright_holder  = Christian Hansen

[@DAGOLDEN]
stopwords = EINTR
stopwords = SSL
stopwords = chunked
stopwords = redirections
stopwords = timestamp
stopwords = CA's
stopwords = CAcert

[RemovePrereqs]
remove = Errno
remove = IO::Socket::SSL
remove = Mozilla::CA

[Prereqs / Suggests]
IO::Socket::SSL = 1.56
Mozilla::CA = 0

[Test::ReportPrereqs]