-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdist.ini
169 lines (145 loc) · 3.63 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
name = Test2-Harness-UI
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]
[GatherDir]
exclude_match = ^xt/downstream ; only run these tests locally
exclude_match = ^demo
exclude_match = ^cover
exclude_match = ^nyt
exclude_match = ^test-logs
exclude_match = ^author_tools
exclude_filename = LICENSE
exclude_filename = Makefile.PL
exclude_filename = cpanfile
exclude_filename = README
exclude_filename = README.md
exclude_filename = .yath-persist.json
[ExecDir]
dir = scripts
[ShareDir]
dir = share
[PodSyntaxTests]
[TestRelease]
[MetaResources]
bugtracker.web = https://github.com/Test-More/Test2-Harness-UI/issues
repository.url = https://github.com/Test-More/Test2-Harness-UI/
repository.type = git
[Prereqs]
perl = 5.008009
Importer = 0.025
Test2 = 1.302164
Test2::API = 1.302166
Test2::Harness = 1.000151
Test2::V0 = 0.000126
DBIx::QuickDB = 0.000020
Time::Elapsed = 0.33
Clone = 0
Carp = 0
DBI = 0
DateTime = 0
base = 0
constant = 0
parent = 0
Data::GUID = 0
Email::Simple = 0
File::ShareDir = 0
File::Temp = 0
HTTP::Tiny = 0
JSON::MaybeXS = 0
List::Util = 0
MIME::Base64 = 0
Net::Domain = 0
Plack::Builder = 0
Plack::Runner = 0
Router::Simple = 0
Scalar::Util = 0
Test2::Util = 0
Test::More = 0
Text::Xslate = 0
Time::HiRes = 0
Crypt::Eksblowfish::Bcrypt = 0
DBIx::Class::UUIDColumns = 0
DateTime::Format::MySQL = 0
DateTime::Format::Pg = 0
Email::Sender::Simple = 0
Email::Simple::Creator = 0
IO::Compress::Bzip2 = 0
IO::Uncompress::Bunzip2 = 0
IO::Uncompress::Gunzip = 0
Plack::App::Directory = 0
Plack::App::File = 0
Plack::Handler::Starman = 0
Statistics::Basic = 0
Test2::Tools::QuickDB = 0
Test2::Tools::Subtest = 0
Test2::Util::Facets2Legacy = 0
DBIx::Class::Helper::ResultSet::RemoveColumns = 0
DBIx::Class::InflateColumn::DateTime = 0
DBIx::Class::InflateColumn::Serializer = 0
DBIx::Class::InflateColumn::Serializer::JSON = 0
DBIx::Class::Schema::Loader = 0
DBIx::Class::Tree::AdjacencyList = 0
Test2::Formatter::Test2::Composer = 0
Test2::Harness::Util::HashBase = 0
Test2::Harness::Util::JSON = 0
Test2::Harness::Util::UUID = 0
Plack::Middleware::DBIx::DisconnectAll = 0
[Prereqs / RuntimeSuggests]
Cpanel::JSON::XS = 0
DBD::Pg = 0
DBD::mysql = 0
DBIx::Class::Storage::DBI::mysql::Retryable = 0
[Prereqs / TestRequires]
HTTP::Tiny::UNIX = 0
[MakeMaker]
[CPANFile]
[MetaYAML]
[MetaJSON]
; authordep Pod::Markdown
[ReadmeFromPod / Markdown]
filename = lib/Test2/Harness/UI.pm
type = markdown
readme = README.md
[ReadmeFromPod / Text]
filename = lib/Test2/Harness/UI.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