-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
65 lines (51 loc) · 1.49 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
name = prep_api
author = Lucas Ansei <[email protected]>
abstract = PREP 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.014002
[AutoVersion]
format = {{ cldr('yyyyMMdd') }}
[ManifestSkip]
[Encoding]
encoding = bytes
match = \.jpg$
[ReadmeAnyFromPod]
filename = README
type = text
[AutoPrereqs]
[Prereqs]
App::Sqitch = 0.9996
App::ForkProve = 0
DBD::Pg = 0
DBIx::Class::TimeStamp = 0
DBIx::Class::PassphraseColumn = 0
DBIx::Class::InflateColumn::Serializer = 0
Mojolicious::Plugin::Authorization = 0
Mojolicious::Plugin::Minion = 0
Mojolicious::Plugin::ParamLogger = 0
Mojo::Pg = 0
[PruneFiles]
match = ^cover_db/
[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.