fixed old release dates and formatting
[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
ef8b7b7a 102
103[Prereqs / BuildRequires]
104FindBin = 0
105Test::Fatal = 0
106Test::Moose = 0
107Test::More = 0.88
108Test::Requires = 0
109
110[Prereqs]
111Carp = 0
112Carp::Clan = 6.00
113Moose = 1.06
114Scalar::Util = 1.19
115Sub::Install = 0.924
116Sub::Name = 0
555737f6 117namespace::clean = 0.19
ef8b7b7a 118perl = v5.8.0
119
a2487cfb 120
121;;; Before Release
122[Git::Check]
123
124[Git::CheckFor::MergeConflicts]
125
126[Git::CheckFor::CorrectBranch]
127:version = 0.004
128release_branch = master
129
130[Git::Remote::Check]
131remote_branch = master
132
133[CheckPrereqsIndexed]
134[RunExtraTests]
135
136
137;;; Releaser
138[UploadToCPAN]
139
140
141;;; AfterRelease
142[Git::Commit]
143allow_dirty = Changes
144commit_msg = %N-%v%t%n%n%c
145
146[Git::Tag]
147tag_format = v%v%t
148tag_message = v%v%t
149
150[Git::Push]
151
152[InstallRelease]
153install_command = cpanm .
154
155; listed late, to allow all other plugins which do BeforeRelease checks to run first.
156[ConfirmRelease]