-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
75 lines (60 loc) · 1.87 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
name = OMLPI
author = Junior Moraes <juniorfvox[at]gmail.com>
abstract = OMLPI API
license = AGPL_3
copyright_holder = AppCivico
copyright_year = 2019
[@Filter]
-bundle = @Basic
-remove = UploadToCPAN
-remove = Readme
[Test::Perl::Critic]
critic_config = perlcritic.rc
[Test::Compile]
;[Test::Kwalitee]
[Test::DistManifest]
[Test::EOL]
[Test::CPAN::Meta::JSON]
[Test::NoTabs]
[Test::UnusedVars]
[MetaTests]
[MinimumPerl]
perl = 5.024
[AutoVersion]
format = {{ cldr('yyyyMMdd') }}
[Encoding]
encoding = bytes
match = \.pdf$
[ManifestSkip]
[ReadmeAnyFromPod]
filename = README
type = text
[AutoPrereqs]
[Prereqs]
EV = 4.30
JSON::XS = 4.02
Net::DNS::Native = 0
App::Sqitch = 0
DBD::Pg = 0
Test2::Harness = 0
Mojolicious = 8.26
Mojolicious::Plugin::ParamLogger = 0
Mojolicious::Plugin::Log::Any = 0
Mojolicious::Plugin::Model = 0.11
Mojolicious::Plugin::OpenAPI = 2.18
Mojolicious::Plugin::RenderFile = 0.12
YAML::XS = 0.80
Tie::Handle::CSV = 0
Scope::OnExit = 0
Archive::Zip = 0
Text::CSV_XS = 0
DB_File = 0
[RequiresExternal]
requires = xvfb-run
requires = wkhtmltopdf
[Run::BeforeBuild]
run = rm -f Makefile.PL
[Run::AfterBuild]
run = cp %d/Makefile.PL ./
run = ( type 'ctags' >/dev/null && ctags -R ./lib ./script ) || exit 0
run = ( (git status --porcelain | grep 'M Makefile.PL' && git add Makefile.PL || git status --porcelain | grep 'M tags' && git add tags ) && git commit -m 'auto-committed by Dist::Zilla') || echo Nothing to auto-commit.