use namespace::autoclean instead of namespace::clean
[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
80d46343 39[ContributorsFromGit]
40
ef8b7b7a 41[PkgVersion]
a2487cfb 42[MinimumPerl]
43
44
45[Test::Compile]
46bail_out_on_fail = 1
47
48[Test::CheckDeps]
49:version = 0.005
50fatal = 1
51
52[NoTabsTests]
e9dc30af 53[EOLTests]
a2487cfb 54[MetaTests]
15dfbe32 55[Test::CPAN::Changes]
a2487cfb 56[Test::ChangesHasContent]
57[Test::Version]
58
59[Test::MinimumVersion]
60:version = 2.000003
61max_target_perl = 5.008003
ef8b7b7a 62
63[PodSyntaxTests]
a2487cfb 64;[PodCoverageTests] ; we have our own custom one
65[Test::Pod::No404s]
66[Test::PodSpelling]
67stopwords = API
68stopwords = Florian
69stopwords = Kitover
70stopwords = MyStr
71stopwords = Napiorkowski
72stopwords = Pearcey
73stopwords = Perlop
74stopwords = PositiveInt
75stopwords = Ragwitz
76stopwords = Rolsky
77stopwords = Sedlacek
78stopwords = StrOrArrayRef
79stopwords = TODO
80stopwords = TypeAndSubExporter
81stopwords = autarch
82stopwords = caelum
83stopwords = coercions
84stopwords = documention
85stopwords = gotchas
86stopwords = hdp
87stopwords = inline
88stopwords = instantiation
89stopwords = isa
90stopwords = jnapiorkowski
91stopwords = libs
92stopwords = namespaces
93stopwords = organise
94stopwords = parameterize
95stopwords = parameterized
96stopwords = phaylon
97stopwords = rafl
98stopwords = subclasses
99stopwords = subtype
100stopwords = subtypes
101stopwords = subtyping
102stopwords = typeconstraint
103
f2f75354 104[AutoPrereqs]
ef8b7b7a 105
f2f75354 106; specific version requirements
107[Prereqs / RuntimeRequires]
ef8b7b7a 108Carp::Clan = 6.00
109Moose = 1.06
110Scalar::Util = 1.19
111Sub::Install = 0.924
4eb26e95 112namespace::autoclean = 0.08
f2f75354 113
114[Prereqs / DevelopRequires]
115Test::Pod::Coverage = 1.04
116Pod::Coverage::Moose = 0.02
ef8b7b7a 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
a2487cfb 135;;; AfterRelease
136[Git::Commit]
137allow_dirty = Changes
138commit_msg = %N-%v%t%n%n%c
139
140[Git::Tag]
141tag_format = v%v%t
142tag_message = v%v%t
143
144[Git::Push]
145
146[InstallRelease]
147install_command = cpanm .
148
149; listed late, to allow all other plugins which do BeforeRelease checks to run first.
150[ConfirmRelease]