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