-
Notifications
You must be signed in to change notification settings - Fork 6
/
dist.ini
63 lines (54 loc) · 1.93 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
name = Test-LWP-UserAgent
author = Karen Etheridge <[email protected]>
copyright_holder = Karen Etheridge
copyright_year = 2012
license = Perl_5
[@Author::ETHER]
:version = 0.103
installer = MakeMaker
AutoPrereqs.skip = ^MyApp::
Test::MinimumVersion.max_target_perl = 5.006
Test::ReportPrereqs.include[0] = Moose
Test::ReportPrereqs.include[1] = JSON::MaybeXS
Test::ReportPrereqs.include[2] = Plack
Test::ReportPrereqs.include[3] = LWP::Protocol::http
Test::ReportPrereqs.include[4] = LWP::Protocol::http::Socket
Test::ReportPrereqs.include[5] = IO::Socket::IP
Test::ReportPrereqs.include[6] = IO::Socket::INET
Test::ReportPrereqs.include[7] = IO::Socket::INET6
Test::ReportPrereqs.include[8] = IO::Socket::SSL
Test::ReportPrereqs.include[9] = Net::SSLeay
[DynamicPrereqs]
:version = 0.018
-body = requires('URI', '1.62') if "$]" >= '5.021002';
-body = # see RT#103423
-body = requires('IO::Socket::IP', '0.31') if has_module('IO::Socket::INET6');
[Prereqs / TestRequires]
Test::RequiresInternet = 0
[Prereqs / DevelopRequires]
Test::Warnings = 0
Plack::Util = 0
JSON::MaybeXS = 0
Path::Tiny = 0
[Prereqs::Soften]
module = HTTP::Message::PSGI
copy_to = develop.requires
to_relationship = suggests
[MetaResources]
x_IRC = irc://irc.perl.org/#perl-qa
x_MailingList = http://lists.perl.org/list/perl-qa.html
; copy the example tests into xt for additional test coverage
[GenerateFile / application_client_test]
filename = t/50-examples-application_client_test.t
content_is_template = 1
content = # generated from examples/application_client_test.t
content = {{ use Path::Tiny; path('examples/application_client_test.t')->slurp_utf8; }}
[GenerateFile / call_psgi]
filename = t/51-call_psgi.t
content_is_template = 1
content = # generated from examples/call_psgi.t
content = {{ use Path::Tiny; path('examples/call_psgi.t')->slurp_utf8; }}
[Test::CheckBreaks]
:version = 0.017
conflicts_module = Moose::Conflicts
conflicts_module = Module::Runtime::Conflicts