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