fix prereqs
[gitmo/MooseX-Types.git] / dist.ini
CommitLineData
ef8b7b7a 1name = MooseX-Types
2author = Robert "phaylon" Sedlacek <rs@474.at>
3license = Perl_5
4copyright_holder = Robert "phaylon" Sedlacek
5
a2487cfb 6[Git::NextVersion]
7version_regexp = ^v([\d._]+)(-TRIAL)?$
ef8b7b7a 8
9[NextRelease]
a2487cfb 10format = %-6V %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
ef8b7b7a 11
a2487cfb 12[@Filter]
13-bundle = @Basic
14-remove = ConfirmRelease
15-remove = ExtraTests
ef8b7b7a 16
17[InstallGuide]
18[MetaJSON]
19
a2487cfb 20[MetaNoIndex]
21directory = t
22directory = xt
23directory = examples
24
25[MetaProvides::Package]
26meta_noindex = 1
27
28[MetaConfig]
29
ef8b7b7a 30[MetaResources]
aa5fc23a 31bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-Types
32bugtracker.mailto = bug-moosex-types@rt.cpan.org
33repository.url = git://git.moose.perl.org/MooseX-Types.git
34repository.web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Types.git;a=summary
ef8b7b7a 35repository.type = git
36
37[SurgicalPodWeaver]
38
39[PkgVersion]
a2487cfb 40[MinimumPerl]
41
42
43[Test::Compile]
44bail_out_on_fail = 1
45
46[Test::CheckDeps]
47:version = 0.005
48fatal = 1
49
50[NoTabsTests]
e9dc30af 51[EOLTests]
a2487cfb 52[MetaTests]
15dfbe32 53[Test::CPAN::Changes]
a2487cfb 54[Test::ChangesHasContent]
55[Test::Version]
56
57[Test::MinimumVersion]
58:version = 2.000003
59max_target_perl = 5.008003
ef8b7b7a 60
61[PodSyntaxTests]
a2487cfb 62;[PodCoverageTests] ; we have our own custom one
63[Test::Pod::No404s]
64[Test::PodSpelling]
65stopwords = API
66stopwords = Florian
67stopwords = Kitover
68stopwords = MyStr
69stopwords = Napiorkowski
70stopwords = Pearcey
71stopwords = Perlop
72stopwords = PositiveInt
73stopwords = Ragwitz
74stopwords = Rolsky
75stopwords = Sedlacek
76stopwords = StrOrArrayRef
77stopwords = TODO
78stopwords = TypeAndSubExporter
79stopwords = autarch
80stopwords = caelum
81stopwords = coercions
82stopwords = documention
83stopwords = gotchas
84stopwords = hdp
85stopwords = inline
86stopwords = instantiation
87stopwords = isa
88stopwords = jnapiorkowski
89stopwords = libs
90stopwords = namespaces
91stopwords = organise
92stopwords = parameterize
93stopwords = parameterized
94stopwords = phaylon
95stopwords = rafl
96stopwords = subclasses
97stopwords = subtype
98stopwords = subtypes
99stopwords = subtyping
100stopwords = typeconstraint
101
f2f75354 102[AutoPrereqs]
ef8b7b7a 103
f2f75354 104; specific version requirements
105[Prereqs / RuntimeRequires]
ef8b7b7a 106Carp::Clan = 6.00
107Moose = 1.06
108Scalar::Util = 1.19
109Sub::Install = 0.924
555737f6 110namespace::clean = 0.19
f2f75354 111
112[Prereqs / DevelopRequires]
113Test::Pod::Coverage = 1.04
114Pod::Coverage::Moose = 0.02
ef8b7b7a 115
a2487cfb 116
117;;; Before Release
118[Git::Check]
119
120[Git::CheckFor::MergeConflicts]
121
122[Git::CheckFor::CorrectBranch]
123:version = 0.004
124release_branch = master
125
126[Git::Remote::Check]
127remote_branch = master
128
129[CheckPrereqsIndexed]
130[RunExtraTests]
131
132
133;;; Releaser
134[UploadToCPAN]
135
136
137;;; AfterRelease
138[Git::Commit]
139allow_dirty = Changes
140commit_msg = %N-%v%t%n%n%c
141
142[Git::Tag]
143tag_format = v%v%t
144tag_message = v%v%t
145
146[Git::Push]
147
148[InstallRelease]
149install_command = cpanm .
150
151; listed late, to allow all other plugins which do BeforeRelease checks to run first.
152[ConfirmRelease]