no trailing whitespace
[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]
53[Test::ChangesHasContent]
54[Test::Version]
55
56[Test::MinimumVersion]
57:version = 2.000003
58max_target_perl = 5.008003
ef8b7b7a 59
60[PodSyntaxTests]
a2487cfb 61;[PodCoverageTests] ; we have our own custom one
62[Test::Pod::No404s]
63[Test::PodSpelling]
64stopwords = API
65stopwords = Florian
66stopwords = Kitover
67stopwords = MyStr
68stopwords = Napiorkowski
69stopwords = Pearcey
70stopwords = Perlop
71stopwords = PositiveInt
72stopwords = Ragwitz
73stopwords = Rolsky
74stopwords = Sedlacek
75stopwords = StrOrArrayRef
76stopwords = TODO
77stopwords = TypeAndSubExporter
78stopwords = autarch
79stopwords = caelum
80stopwords = coercions
81stopwords = documention
82stopwords = gotchas
83stopwords = hdp
84stopwords = inline
85stopwords = instantiation
86stopwords = isa
87stopwords = jnapiorkowski
88stopwords = libs
89stopwords = namespaces
90stopwords = organise
91stopwords = parameterize
92stopwords = parameterized
93stopwords = phaylon
94stopwords = rafl
95stopwords = subclasses
96stopwords = subtype
97stopwords = subtypes
98stopwords = subtyping
99stopwords = typeconstraint
100
ef8b7b7a 101
102[Prereqs / BuildRequires]
103FindBin = 0
104Test::Fatal = 0
105Test::Moose = 0
106Test::More = 0.88
107Test::Requires = 0
108
109[Prereqs]
110Carp = 0
111Carp::Clan = 6.00
112Moose = 1.06
113Scalar::Util = 1.19
114Sub::Install = 0.924
115Sub::Name = 0
555737f6 116namespace::clean = 0.19
ef8b7b7a 117perl = v5.8.0
118
a2487cfb 119
120;;; Before Release
121[Git::Check]
122
123[Git::CheckFor::MergeConflicts]
124
125[Git::CheckFor::CorrectBranch]
126:version = 0.004
127release_branch = master
128
129[Git::Remote::Check]
130remote_branch = master
131
132[CheckPrereqsIndexed]
133[RunExtraTests]
134
135
136;;; Releaser
137[UploadToCPAN]
138
139
140;;; AfterRelease
141[Git::Commit]
142allow_dirty = Changes
143commit_msg = %N-%v%t%n%n%c
144
145[Git::Tag]
146tag_format = v%v%t
147tag_message = v%v%t
148
149[Git::Push]
150
151[InstallRelease]
152install_command = cpanm .
153
154; listed late, to allow all other plugins which do BeforeRelease checks to run first.
155[ConfirmRelease]