-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdist.ini
195 lines (171 loc) · 4.57 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
name = IO-Iron
version = 0.14
author = Mikko Koivunalho <[email protected]>
license = Perl_5
copyright_holder = Mikko Koivunalho
copyright_year = 2023
main_module = lib/IO/Iron.pm
[MetaResources]
homepage = https://metacpan.org/release/IO-Iron
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=IO-Iron
bugtracker.mailto = [email protected]
repository.url = [email protected]:mikkoi/io-iron.git
repository.web = https://github.com/mikkoi/io-iron.git
repository.type = git
[Keywords]
keywords = messaging web_service message_queue service
; 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]
[CheckChangesHasContent]
[@Git]
[Git::Contributors]
remove = [email protected]
[PerlTidy]
; perltidyrc = .perltidyrc
[PruneFiles]
;filename = t/release-pod-coverage.t
;filename = xt/release/pod-coverage.t
;match = release-.*
; release tests away!
[MinimumPerl] ; determine minimum perl version
[AutoPrereqs] ; find prereqs from code
[Prereqs / PhaseDevelop]
-phase = develop
-relationship = requires
Pod::Weaver::Section::BugsRT = 0
Pod::Elemental::Transformer::List = 0
[Prereqs / PhaseDevelopSuggests]
-phase = develop
-relationship = suggests
Dist::Zilla::app::Command::podpreview = 0.004
[Prereqs / PhaseRuntime]
-phase = runtime
-relationship = requires
Data::UUID = 0
REST::Client = 0
perl = 5.010
[Prereqs / PhaseTest]
-phase = test
-relationship = requires
lib = 0
Log::Any::Test = 0
Test::Exception = 0
Test::More = 0
Data::Dumper = 0
File::Remove = 0
[Prereqs / PhaseTestAuthor] ; Author tests:
-phase = test
-relationship = recommends
Test::CPAN::Meta = 0
Test::Pod::Coverage = 0
DateTime = 0
DateTime::Format::ISO8601 = 0
[Prereqs / PhaseTestIntegration] ; Author tests:
-phase = test
-relationship = suggests
IO::String = 0
[CPANFile]
filename = dzil-generated-cpanfile
; xt tests
[Test::PodSpelling] ; xt/author/pod-spell.t
stopwords = ABCDEFGHIJKLMNOPQRSTUVWXYZ
stopwords = AWS
stopwords = AnnoCPAN
stopwords = CLI
stopwords = CPAN
stopwords = Cas
stopwords = CharacterGroupNotDefinedIronPolicyException
stopwords = Github
stopwords = HTTPS
stopwords = IronCaches
stopwords = IronHTTPCallException
stopwords = IronIO
stopwords = IronPolicyException
stopwords = Ironcache
stopwords = JSON
stopwords = MERCHANTABILITY
stopwords = NoIronPolicyException
stopwords = OAuth
stopwords = POSIX
stopwords = Params
stopwords = RESTful
stopwords = Rackspace
stopwords = SaaS
stopwords = Storable
stopwords = Subdirectory
stopwords = TODO
stopwords = Timestamp
stopwords = YAML
stopwords = abcdefghijklmnopqrstuvwxyz
stopwords = alnum
stopwords = ascii
stopwords = aws
stopwords = cas
stopwords = dir
stopwords = filename
stopwords = http
stopwords = https
stopwords = io
stopwords = ironcache
stopwords = ironmq
stopwords = ironworker
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 = webservices
stopwords = wildcard
stopwords = wildcards
[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
[Test::CPAN::Changes] ; xt/release/cpan-changes.t - a standard Test::CPAN::Changes test
[Test::Perl::Critic] ; xt/author/critic.t
[Test::EOL] ; xt/release/eol.t - a standard Test::EOL test
trailing_whitespace = 1
[Test::NoTabs]
finder = :AllFiles
[Test::Pod::No404s] ; skip by setting $ENV{SKIP_POD_NO404S} or $ENV{AUTOMATED_TESTING}
[Test::Synopsis] ; xt/release/synopsis.t
[Test::Pod::LinkCheck] ; xt/release/pod-linkcheck.t - a standard Test::Pod::LinkCheck test
; [Test::UnusedVars] ; xt/release/unused-vars.t - a standard Test::Vars test
[RunExtraTests] ; run xt/-tests
[CheckExtraTests] ; ensure xt/ tests pass
[OurPkgVersion]