-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdist.ini
More file actions
177 lines (147 loc) · 3.26 KB
/
dist.ini
File metadata and controls
177 lines (147 loc) · 3.26 KB
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
name = MooX-Const
author = Robert Rothenberg <rrwo@cpan.org>
license = Artistic_2_0
copyright_holder = Robert Rothenberg
copyright_year = 2018-2026
[Meta::Contributors]
contributor = Kang-min Liu 劉康民 <gugod@gugod.org>
[Keywords]
keyword = Const::Fast
keyword = constants
keyword = development
keyword = immutable
keyword = Moo
keyword = Moose
keyword = read-only
keyword = tagging
keyword = type coercion
keyword = type constraint
keyword = type library
keyword = types
[GatherDir]
exclude_match = cpanfile*
exclude_filename = LICENSE
exclude_filename = SECURITY.md
[PruneCruft]
[CPANFile]
[License]
[ExecDir]
[ShareDir]
[MakeMaker]
[Manifest]
[TestRelease]
[CheckExtraTests]
[ConfirmRelease]
[Signature]
[UploadToCPAN]
[RecommendedPrereqs]
[AutoPrereqs]
[RemovePrereqs]
remove = Moo::Role
remove = Moose
[Prereqs]
Types::Const = v0.3.3
[Prereqs / BuildRequires ]
-phase = build
-relationship = requires
ExtUtils::MakeMaker = 7.22
Module::Metadata = 1.000015
[Prereqs / DevelopRequires ]
-phase = develop
-relationship = requires
Software::Security::Policy::Individual = 0.11
Test::CVE = 0.11
Test::MixedScripts = v0.3.0
[Prereqs / TestRequires]
-phase = test
-relationship = requires
Moo = 1.006000
[Prereqs / TestRecommends]
-phase = test
-relationship = recommends
Moo = 2.004000
MooX::TypeTiny = 0
Moose = 0
; [EnsurePrereqsInstalled]
; :version = 0.003
; type = requires
; type = recommends
[SecurityPolicy]
; authordep Software::Security::Policy::Individual
-policy = Individual
-policy_version = 0.10
timeframe = two weeks
git_url = https://github.com/robrwo/MooX-Const
report_url = https://github.com/robrwo/MooX-Const/security/advisories
[GitHub::Meta]
repo = robrwo/MooX-Const.git
[PodWeaver]
; authordep Pod::Weaver::Plugin::AppendPrepend
; authordep Pod::Weaver::Section::Contributors
; authordep Pod::Weaver::Section::SourceGitHub
[UsefulReadme]
; authordep Pod::Markdown::Github
type = gfm
filename = README.md
location = build
[CopyFilesFromBuild]
copy = README.md
copy = SECURITY.md
copy = cpanfile
copy = LICENSE
[Metadata]
x_authority = cpan:RRWO
[MetaProvides::Package]
[MetaJSON]
[MetaYAML]
[PodSyntaxTests]
[Test::CheckManifest]
; authordep Test::DistManifest
[Test::CleanNamespaces]
; authordep Test::CleanNamespaces
[Test::EOF]
; authordep Test::EOF
[Test::EOL]
:version = 0.14
[Test::Fixme]
[Test::MinimumVersion]
[Test::NoTabs]
[Test::Perl::Critic]
critic_config = xt/etc/perlcritic.rc
[PodCoverageTests]
[Test::Pod::No404s]
:version = 1.003
; authordep Test::Pod::No404s
[Test::Portability]
[Test::TrailingSpace]
; authordep Test::TrailingSpace
filename_regex = \.(?:p[lm]|pod)\z
[Test::Kwalitee]
; authordep Test::Kwalitee
[Test::ReportPrereqs]
:version = 0.022
version_extractor = Module::Metadata
verify_prereqs = 1
include = Storable
[Test::PodSpelling]
[MojibakeTests]
[Test::MixedScripts]
; authordep Test::MixedScripts
[Test::CPAN::Changes]
; authordep Test::CPAN::Changes
[Test::UnusedVars]
[Test::CVE]
[@Git]
allow_dirty = dist.ini
push_to = origin master:master
tag_format = %v
commit_msg = %v%n%n%c
[Git::Contributors]
:version = 0.019
remove = robrwo
[RewriteVersion]
[NextRelease]
[BumpVersionAfterRelease]
[Git::Commit / Commit_Changes] ; commit Changes (for new dev)
allow_dirty_match = ^lib/
commit_msg = Commit Changes and bump $VERSION