-
Notifications
You must be signed in to change notification settings - Fork 88
/
dist.ini
142 lines (123 loc) · 3.32 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
name = Test-Simple
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_filename = LICENSE
exclude_filename = Makefile.PL
exclude_filename = cpanfile
exclude_filename = README
exclude_filename = README.md
[PodSyntaxTests]
[RunExtraTests]
[TestRelease]
[MetaResources]
bugtracker.web = https://github.com/Test-More/test-more/issues
repository.url = https://github.com/Test-More/test-more/
repository.type = git
[OnlyCorePrereqs]
starting_version = 5.040000
[Prereqs]
perl = 5.006002
B = 0
Data::Dumper = 0
Exporter = 0
File::Spec = 0
File::Temp = 0
Scalar::Util = 1.13
Storable = 0
Term::Table = 0.013
Time::HiRes = 0
overload = 0
utf8 = 0
; Carp = 0 ; Do not uncomment this, causes cycle in really old perls (#682)
[Prereqs / DevelopRequires]
Test::Spelling = 0.12 ; for xt/author/pod-spell.t
IPC::Open3 = 0 ; for t/Test2/regression/ipc_files_abort_exit.t
Term::Table = 0.013 ; for table tests
[Prereqs / RuntimeSuggests]
Module::Pluggable = 2.7
Term::ReadKey = 0
Term::Size::Any = 0
Unicode::GCString = 0
Unicode::LineBreak = 0
[Breaks]
Log::Dispatch::Config::TestLog = <= 0.02
Net::BitTorrent = <= 0.052
Test::Able = <= 0.11
Test::Aggregate = <= 0.373
Test::Alien = <= 0.04
Test::Builder::Clutch = <= 0.07
Test::Clustericious::Cluster = <= 0.30
Test::Dist::VersionSync = <= 1.1.4
Test::Exception = <= 0.42
Test::Flatten = <= 0.11
Test::Group = <= 0.20
Test::Modern = <= 0.012
Test::Moose = <= 2.1209
Test::More::Prefix = <= 0.005
Test::ParallelSubtest = <= 0.05
Test::Pretty = <= 0.32
Test::SharedFork = <= 0.34
Test::UseAllModules = >= 0.12, <= 0.14
Test::Wrapper = <= 0.3.0
Test2::Tools::EventDumper = <= 0.000007
Test2::Harness = <= 0.000013
; These have tests that will not pass on old versions, but do not break if
; already installed, no need to notify.
; Test::FITesque
; Test::Module::Used
; Test::Moose::More
; Device::Chip
[MakeMaker]
[DualLife]
[CPANFile]
[MetaYAML]
[MetaJSON]
; authordep Pod::Markdown
[ReadmeFromPod / Markdown]
filename = lib/Test2.pm
type = markdown
readme = README.md
[ReadmeFromPod / Text]
filename = lib/Test2.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 = Makefile.PL
allow_dirty = README
allow_dirty = README.md
allow_dirty = cpanfile
allow_dirty = LICENSE
commit_msg = Automated Version Bump