-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
129 lines (108 loc) · 3.35 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
name = Docker-Names-Random
version = 0.0.2
author = Mikko Johannes Koivunalho <[email protected]>
license = Perl_5
copyright_holder = Mikko Johannes Koivunalho
copyright_year = 2020
main_module = lib/Docker/Names/Random.pm
; ; These are included in the @basic bundle.
[GatherDir]
[PruneCruft]
[ManifestSkip]
[MetaYAML]
; [License] ; File LICENSE must be present already at GitHub. Can't be generated for release.
; [Readme] ; File README must be present already at GitHub. Can't be generated for release.
[ExtraTests]
[ExecDir]
[ShareDir]
[MakeMaker]
[Manifest]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[MetaProvides::Package]
[Meta::Contributors]
; contributor = Mikko Koivunalho <[email protected]>
[MetaResources]
homepage = https://metacpan.org/release/Docker::Names::Random
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Docker-Names-Random
bugtracker.mailto = [email protected]
repository.url = [email protected]:mikkoi/docker-names-random.git
repository.web = https://github.com/mikkoi/docker-names-random.git
repository.type = git
[Keywords]
keywords = docker names random
; "Release flow" plugings
[MetaJSON]
[PodSyntaxTests]
[Test::ReportPrereqs]
[Test::Compile]
xt_mode = 1
[Git::Check]
allow_dirty = dist.ini
allow_dirty = Changes
[CheckChangesHasContent]
[NextRelease]
; NextRelease Must be before Git::Commit
[Git::Commit / Release_Commit]
allow_dirty = dist.ini
allow_dirty = Changes
add_files_in = /
commit_msg = %v%n%n%c
[Git::Tag]
tag_format = %v
tag_message = %v
[Git::Push]
[MetaConfig]
[MetaNoIndex]
directory = t
directory = inc
directory = share
directory = eg
directory = examples
directory = script
[PodWeaver]
[Git::Contributors]
[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 / DevelopRequires]
-relationship = suggests
Dist::Zilla::app::Command::podpreview = 0.004
[Prereqs / TestRequires]
-relationship = requires
lib = 0
Log::Any::Test = 0
Test2 = 0
Data::Dumper = 0
[CPANFile]
filename = dzil-generated-cpanfile
; xt tests
[Test::PodSpelling] ; xt/author/pod-spell.t
stopwords = ABCDEFGHIJKLMNOPQRSTUVWXYZ
[MetaTests] ; xt/release/meta-yaml.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::CheckChanges] ; xt/release/check-changes.t - a standard Test::CheckChanges test
[Test::Perl::Critic] ; xt/author/critic.t
; critic_config = perlcritic.rc ; relative to project root
[Test::Synopsis] ; xt/release/synopsis.t
[Test::TrailingSpace]
; filename_regex = \.(?:pm|pod|t)\z
[Test::EOL] ; xt/release/eol.t - a standard Test::EOL test
; trailing whitespace and/or windows line endings
trailing_whitespace = 1
[Test::NoTabs]
[Test::Pod::No404s] ; skip by setting $ENV{SKIP_POD_NO404S} or $ENV{AUTOMATED_TESTING}
; Test for http/https links
[Test::Pod::LinkCheck] ; xt/release/pod-linkcheck.t - a standard Test::Pod::LinkCheck test
; Test internal links
[Test::UnusedVars] ; xt/release/unused-vars.t - a standard Test::Vars test
; [CheckExtraTests] ; ensure xt/ tests pass
[OurPkgVersion]