-
Notifications
You must be signed in to change notification settings - Fork 3
/
dist.ini
51 lines (45 loc) · 1.54 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
name = OpenAPI-Modern
author = Karen Etheridge <[email protected]>
copyright_holder = Karen Etheridge
copyright_year = 2021
license = Perl_5
[Run::BeforeRelease]
eval = do './update-schemas'; die $@ || $! if $@ || $!
[@Author::ETHER]
:version = 0.162
bugtracker = github
installer = ModuleBuildTiny
Test::MinimumVersion.max_target_perl = 5.020 ; may go higher later on
Test::Portability.options = test_one_dot = 0
Git::GatherDir.exclude_filename = pull_request_template.md
-remove = Test::Pod::No404s ; vocabulary URIs are not downloadable
Test::ReportPrereqs.include[0] = JSON::PP
Test::ReportPrereqs.include[1] = Cpanel::JSON::XS
Test::ReportPrereqs.include[2] = JSON::XS
Test::ReportPrereqs.include[4] = JSON::MaybeXS
Test::ReportPrereqs.include[5] = Mojolicious
Test::ReportPrereqs.include[6] = Plack
Test::ReportPrereqs.include[7] = Catalyst
[ShareDir]
dir = share
[Prereqs / RuntimeRequires]
JSON::Schema::Modern = 0.593
[Prereqs / RuntimeSuggests]
Class::XSAccessor = 0
Type::Tiny = 0.045_03 ; automatically loads Type::Tiny::XS when already installed
Type::Tiny::XS = 0
Ref::Util::XS = 0 ; automatically installed by Ref::Util when possible
Cpanel::JSON::XS = 0
HTTP::Request = 0
HTTP::Response = 0
HTTP::Status = 0
URI = 0
Plack::Request = 0
Plack::Response = 0
HTTP::Headers::Fast = 0.21 ; flatten -> psgi_flatten
HTTP::Headers::Fast::XS = 0 ; note: needs to be manually used at runtime
HTTP::Message::PSGI = 0
Catalyst::Request = 0
Catalyst::Response = 0
[Prereqs / DevelopRequires]
Test::Warnings = 0