-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdist.ini
163 lines (146 loc) · 4.03 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
name = Git-MoreHooks
version = 0.018
author = 'Mikko Koivunalho <[email protected]>'
license = Perl_5
copyright_holder = Mikko Koivunalho
copyright_year = 2022
main_module = lib/Git/MoreHooks.pm
[Meta::Contributors]
contributor = Gustavo L. de M. Chaves <[email protected]>
[MetaResources]
homepage = https://metacpan.org/release/Git-MoreHooks
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Git-MoreHooks
bugtracker.mailto = [email protected]
repository.web = https://github.com/mikkoi/git-morehooks.git
repository.type = git
[Keywords]
keywords = git git-hooks
; These are included in the @basic bundle.
[GatherDir]
[PruneCruft]
[ManifestSkip]
[MetaYAML]
; [License] ; The repo already must/should contain file LICENSE.
[Readme]
;[ExtraTests]
[ExecDir]
[ShareDir]
[MakeMaker]
[Manifest]
[TestRelease]
[MetaProvides::Package]
[ConfirmRelease]
[UploadToCPAN]
; Other
[MetaJSON]
[PodWeaver]
; NextRelease must be before [@Git](Git::Commit)
[NextRelease]
; [GitHub::Meta]
; metacpan = 1
[@Git]
[PerlTidy]
perltidyrc = .perltidyrc
[PruneFiles]
[MinimumPerl] ; determine minimum perl version
[AutoPrereqs] ; find prereqs from code
[Prereqs / PhaseDevelop]
-phase = develop
-relationship = suggests
Dist::Zilla::app::Command::podpreview = 0.004
[Prereqs / PhaseRuntime]
; Runtime Perl 5.016 because this is what Git::Hooks 3.0.0 requires
-phase = runtime
-relationship = requires
perl = 5.016
[CPANFile]
filename = dzil-generated-cpanfile
; xt tests
[Test::PodSpelling] ; xt/author/pod-spell.t
stopwords = JOBSUFFIX
stopwords = jobname
stopwords = messager
stopwords = REFSPEC
stopwords = shortlog
stopwords = Chaves
stopwords = CheckCommitAuthor
stopwords = CheckCommit
stopwords = Gerrit
stopwords = GitWeb
stopwords = Gravatar
stopwords = Leite
stopwords = Mendonça
stopwords = VCS
stopwords = de
stopwords = githooks
stopwords = patchset
stopwords = userenv
stopwords = Readonly
stopwords = committer
stopwords = committers
stopwords = mailmap
stopwords = AnnoCPAN
stopwords = CPAN
stopwords = io
stopwords = IO
stopwords = Github
stopwords = HTTPS
stopwords = JSON
stopwords = POSIX
stopwords = Params
stopwords = Storable
stopwords = Subdirectory
stopwords = TODO
stopwords = Timestamp
stopwords = alnum
stopwords = ascii
stopwords = aws
stopwords = cas
stopwords = dir
stopwords = filename
stopwords = http
stopwords = https
stopwords = json
stopwords = licensable
stopwords = lv
stopwords = msg
stopwords = multi
stopwords = params
stopwords = runtime
stopwords = scalability
stopwords = semafores
stopwords = startup
stopwords = subitem
stopwords = subparam
stopwords = succcessful
stopwords = successfull
stopwords = timestamp
stopwords = tradename
stopwords = unreserves
stopwords = url
stopwords = webhooks
stopwords = wildcard
stopwords = wildcards
stopwords = applypatch
;[Test::DistManifest] ; xt/release/dist-manifest.t - a standard Test::DistManifest test
[MetaTests] ; xt/release/meta-yaml.t
[PodSyntaxTests] ; xt/release/pod-syntax.t
[PodCoverageTests] ; xt/release/pod-coverage.t
[Test::Portability] ; xt/release/portability.t (of file name)
[Test::Version] ; xt/release/test-version.t
[Test::Kwalitee] ; xt/release/kwalitee.t - a standard Test::Kwalitee test
;skiptest=has_meta_yml
;skiptest=metayml_is_parsable
; [Test::CheckChanges] ; xt/release/check-changes.t - a standard Test::CheckChanges test
[Test::CPAN::Changes] ; xt/release/cpan-changes.t - a standard Test::CPAN::Changes test
; [Test::Perl::Critic] ; xt/author/critic.t
; critic_config = .perlcriticrc ; relative to project root
[Test::EOL] ; xt/release/eol.t - a standard Test::EOL test
trailing_whitespace = 1
[Test::UnusedVars] ; xt/release/unused-vars.t - a standard Test::Vars test
;[Test::Synopsis] ; xt/release/synopsis.t
[Test::Pod::LinkCheck] ; xt/release/pod-linkcheck.t - a standard Test::Pod::LinkCheck test
[RunExtraTests] ; run xt/-tests
[CheckExtraTests] ; ensure xt/ tests pass
;[PodVersion] Handled in PodWeaver instead!
[OurPkgVersion]