forked from redhotpenguin/soaplite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
90 lines (70 loc) · 1.89 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
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
84
85
86
87
88
89
name = SOAP-Lite
version = 1.20
author = Pavel Kulchenko
author = Randy J Ray
author = Byrne Reese
author = Martin Kutter <[email protected]>
author = Fred Moyer
license = Perl_5
copyright_holder = Paul Kulchenko, Martin Kutter, Fred Moyer
copyright_year = 2000
main_module = lib/SOAP/Lite.pm
[GatherDir]
exclude_filename = Makefile.PL
[PruneCruft]
[MetaYAML]
[MetaJSON]
[License]
[ExecDir]
dir = bin
; This is for case when one decides to install example code along a way
;[ShareDir]
;dir = examples
[MakeMaker]
[Manifest]
[MetaResources]
bugtracker.web = https://rt.cpan.org/Public/Dist/Display.html?Name=SOAP-Lite
bugtracker.mailto = [email protected]
repository.url = ssh://[email protected]:redhotpenguin/soaplite.git
repository.web = https://github.com/redhotpenguin/soaplite
repository.type = git
[ExtraTests]
[PodSyntaxTests]
[Test::Kwalitee::Extra]
arg = !use_warnings
arg = !prereq_matches_use
[Prereqs]
perl = 5.6.0
XML::Parser = 2.23
MIME::Base64 = 0
URI = 0
Scalar::Util = 0
Task::Weaken = 0
constant = 0
Class::Inspector = 0
IO::SessionData = 1.03
IO::Socket::SSL = 0
Compress::Zlib = 0
LWP::UserAgent = 0
LWP::Protocol::https = 0
[Prereqs / RuntimeRecommends]
HTTP::Daemon = 0 ; for SOAP::Transport::HTTP::Daemon
Net::POP3 = 0 ; for SOAP::Transport::POP3
IO::File = 0 ; for SOAP::Transport::IO
MIME::Tools = 0 ; for SOAP::Packager and SOAP::Lite::Packager
DIME::Tools = 0.03 ; "
[Prereqs / RuntimeSuggests]
SOAP::Transport::MQ = 0.712 ; for examples
SOAP::Transport::JABBER = 0.712 ; for examples
[Prereqs / TestRequires]
IO::File = 0
Test::More = 0
Test::Warn = 0
XML::Parser::Lite = 0.715
[Prereqs / TestRecommends]
IO::Scalar = 2.105
Test::MockObject = 0
Test::XML = 0
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]