forked from Test-More/test-more
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
123 lines (106 loc) · 2.79 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
name = Test-Simple
author = Chad Granum <exodist@cpan.org>
license = Perl_5
copyright_holder = Chad Granum
[VersionFromModule]
[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 = http://github.com/Test-More/test-more/issues
repository.url = http://github.com/Test-More/test-more/
repository.type = git
[Prereqs]
perl = 5.008001
utf8 = 0
File::Spec = 0
File::Temp = 0
PerlIO = 0
Scalar::Util = 1.13
Storable = 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
[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
; 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