more release-time checks and actions
[gitmo/MooseX-UndefTolerant.git] / dist.ini
CommitLineData
b2c5b43c 1name = MooseX-UndefTolerant
2author = Cory G Watson <gphat at cpan.org>
3license = Perl_5
4copyright_holder = Cory G Watson
5copyright_year = 2011
6
8718c712 7; use V= to override; otherwise version is incremented from last tag
8[Git::NextVersion]
b2c5b43c 9
10[@Filter]
11-bundle = @Basic
12-remove = Readme
13
14[InstallGuide]
95363898 15[MetaConfig]
b2c5b43c 16[MetaJSON]
58a62adc 17[MetaProvides::Package]
18[Git::Describe]
19[PkgVersion]
20[MinimumPerl]
b2c5b43c 21
22[MetaResources]
23bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-UndefTolerant
24bugtracker.mailto = bug-moosex-undeftolerant@rt.cpan.org
0a6c3e23 25repository.url = git://git.moose.perl.org/MooseX-UndefTolerant.git
26repository.web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-UndefTolerant.git;a=summary
b2c5b43c 27repository.type = git
28
8718c712 29[Prereqs / TestRequires]
30Test::Fatal = 0
31Test::More = 0.002
32Test::Moose = 0
33
34[Prereqs / RuntimeRequires]
35Moose = 0.89
36
b2c5b43c 37[SurgicalPodWeaver]
38
b2c5b43c 39[PodSyntaxTests]
52357dae 40;[PodCoverageTests]
41[Test::Pod::LinkCheck]
42[Test::Pod::No404s]
b2c5b43c 43[NoTabsTests]
44[EOLTests]
defa27bf 45[Test::Compile]
52357dae 46[CheckPrereqsIndexed]
defa27bf 47[Test::DistManifest]
48[MetaTests]
07c43697 49[Test::CPAN::Changes]
52357dae 50[Test::Version]
07c43697 51[Test::ChangesHasContent]
b2c5b43c 52
8718c712 53[Test::CheckDeps]
387bfd4c 54:version = 0.004
8718c712 55fatal = 1
b2c5b43c 56
8718c712 57[Git::Remote::Check]
58remote_branch = master
59
3a393727 60[Git::CheckFor::CorrectBranch]
61:version = 0.004
62release_branch = master
63release_branch = stable
64
10ff87ba 65[Git::CheckFor::Fixups]
66
8718c712 67[Git::Check]
68allow_dirty =
b2c5b43c 69
d51609fc 70[NextRelease]
3a393727 71:version = 4.300018
72format = %-8V %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
8718c712 73
74[Git::Commit]
3a393727 75allow_dirty = Changes
76commit_msg = %N-%v%t%n%n%c
77
8718c712 78[Git::Tag]
3a393727 79tag_format = v%v%t
80tag_message = v%v%t
81
8718c712 82[Git::Push]
3a393727 83
84[InstallRelease]
85install_command = cpanm .
86
87[Clean]