-
Notifications
You must be signed in to change notification settings - Fork 26
/
dist.ini
202 lines (179 loc) · 5.15 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
196
197
198
199
200
201
202
name = Test2-Harness
author = Chad Granum <[email protected]>
license = Perl_5
copyright_holder = Chad Granum
[RewriteVersion] ; sets dist version from main module's $VERSION
[License]
[ManifestSkip]
[Manifest]
[NextRelease]
[GatherFile]
filename = .yath.rc
[GatherDir]
exclude_match = ^xt/downstream ; only run these tests locally
exclude_match = ^pt ; only run these tests locally
exclude_match = ^tt ; only run these tests locally
exclude_match = ^release-scripts
exclude_match = ^cover
exclude_match = ^nyt
exclude_match = ^test-logs
exclude_match = ^t/
exclude_match = ^t2/
exclude_match = ^old/
exclude_filename = LICENSE
exclude_filename = Makefile.PL
exclude_filename = cpanfile
exclude_filename = cpanfile.ci
exclude_filename = README
exclude_filename = README.md
exclude_filename = .yath-persist.json
[Git::GatherDir / GatherDotFilesT]
root = t/
prefix = t/
include_dotfiles = 1
[Git::GatherDir / GatherDotFilesT2]
root = t2/
prefix = t2/
include_dotfiles = 1
[Run::AfterBuild]
run = release-scripts/generate_command_pod.pl %d
run = release-scripts/generate_options_pod.pl %d
[ExecDir]
dir = scripts
[PodSyntaxTests]
[TestRelease]
[MetaResources]
bugtracker.web = https://github.com/Test-More/Test2-Harness/issues
repository.url = https://github.com/Test-More/Test2-Harness/
repository.type = git
[Prereqs]
perl = 5.010000
Test2 = 1.302170
Test2::API = 1.302170
Test2::Event = 1.302170
Test2::Event::V2 = 1.302170
Test2::Formatter = 1.302170
Test2::Util = 1.302170
Test::Builder = 1.302170
Test::Builder::Formatter = 1.302170
Test::More = 1.302170
Test2::Tools::AsyncSubtest = 0.000127
Test2::Tools::Subtest = 0.000127
Test2::Util::Term = 0.000127
Test2::V0 = 0.000127
Test2::Bundle::Extended = 0.000127
Test2::Plugin::MemUsage = 0.002003
Test2::Plugin::UUID = 0.002001
Long::Jump = 0.000001
Term::Table = 0.015
Importer = 0.025
goto::file = 0.005
File::Path = 2.11
List::Util = 1.44
IO::Handle = 1.27
YAML::Tiny = 0
Data::UUID = 0
File::Find = 0
Carp = 0
Config = 0
Cwd = 0
Data::Dumper = 0
Exporter = 0
Fcntl = 0
File::Spec = 0
File::Temp = 0
Filter::Util::Call = 0
IO::Compress::Bzip2 = 0
IO::Compress::Gzip = 0
IO::Uncompress::Bunzip2 = 0
IO::Uncompress::Gunzip = 0
IPC::Cmd = 0
JSON::PP = 0
POSIX = 0
Scalar::Util = 0
Symbol = 0
Time::HiRes = 0
base = 0
constant = 0
parent = 0
Sys::Hostname = 0
Scope::Guard = 0
Text::ParseWords = 0
[Prereqs / TestRequires]
File::Copy = 0
[Prereqs / DevelopRequires]
Test::Spelling = 0.12 ; for xt/author/pod-spell.t
Test2::Require::Module = 0.000127
[Prereqs / RuntimeSuggests]
JSON::MaybeXS = 0
Cpanel::JSON::XS = 0
Term::ANSIColor = 4.03
Email::Stuffer = 0.016
HTTP::Tiny = 0.070
IO::Pager = 1.00
Test2::Plugin::IOEvents = 0.001001
HTTP::Tiny::Multipart = 0.08
Test2::Plugin::DBIProfile = 0.002002
Test2::Plugin::Cover = 0.000025
Win32::Console::ANSI = 0
[MakeMaker::Awesome]
:version = 0.26
delimiter = |
header = |use Config qw/%Config/;
header = |die "OS unsupported\nTest2-Harness currently only works on systems that support true forking.\n"
header = | unless $Config{d_fork};
header = |if ($ENV{AUTOMATED_TESTING}) {
header = | my $is_njh = 0;
header = | $is_njh ||= -d '/export/home/njh';
header = | $is_njh ||= -d '/home/njh';
header = | $is_njh ||= lc($ENV{USER} // 'na') eq 'njh';
header = | $is_njh ||= lc($ENV{HOME} // 'na') =~ m{njh$};
header = | $is_njh ||= lc($ENV{PATH} // 'na') =~ m{/njh/};
header = | die "OS unsupported\nNJH smokers are broken, aborting tests.\n"
header = | if $is_njh;
header = |}
[CPANFile]
[MetaYAML]
[MetaJSON]
; authordep Pod::Markdown
[ReadmeFromPod / Markdown]
filename = lib/App/Yath.pm
type = markdown
readme = README.md
[ReadmeFromPod / Text]
filename = lib/App/Yath.pm
type = text
readme = README
[CopyFilesFromBuild]
copy = LICENSE
copy = cpanfile
copy = README
copy = README.md
copy = Makefile.PL
[Git::Check]
allow_dirty = Makefile.PL
allow_dirty = README
allow_dirty = README.md
allow_dirty = cpanfile
allow_dirty = LICENSE
allow_dirty = Changes
[Git::Commit]
allow_dirty = Makefile.PL
allow_dirty = README
allow_dirty = README.md
allow_dirty = cpanfile
allow_dirty = LICENSE
allow_dirty = Changes
[Git::Tag]
[FakeRelease]
[BumpVersionAfterRelease]
[Git::Commit / Commit_Changes]
munge_makefile_pl = true
allow_dirty_match = ^lib
allow_dirty_match = ^scripts
allow_dirty = Makefile.PL
allow_dirty = README
allow_dirty = README.md
allow_dirty = cpanfile
allow_dirty = LICENSE
commit_msg = Automated Version Bump