-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
28 lines (24 loc) · 845 Bytes
/
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
name = JSON-Schema-Tiny
author = Karen Etheridge <ether@cpan.org>
copyright_holder = Karen Etheridge
copyright_year = 2021
license = Perl_5
[@Author::ETHER]
:version = 0.154
bugtracker = github
Test::MinimumVersion.max_target_perl = 5.020 ; may go higher later on
Git::GatherDir.exclude_filename = pull_request_template.md
Test::ReportPrereqs.include[0] = JSON::PP
Test::ReportPrereqs.include[1] = Cpanel::JSON::XS
Test::ReportPrereqs.include[2] = JSON::XS
Test::ReportPrereqs.include[3] = Mojolicious
Test::ReportPrereqs.include[4] = builtin
-remove = Test::Pod::No404s
[Prereqs / RuntimeRequires]
Mojolicious = 7.23 ; Mojo::URL::to_unsafe_string
builtin::compat = 0.003003
[Prereqs / RuntimeSuggests]
Ref::Util::XS = 0
Cpanel::JSON::XS = 0
[Prereqs / DevelopRequires]
Test::Warnings = 0