more release-time checks and actions
[gitmo/MooseX-UndefTolerant.git] / dist.ini
index f5f863f..9419a55 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -4,14 +4,20 @@ license = Perl_5
 copyright_holder = Cory G Watson
 copyright_year   = 2011
 
-version = 0.09
+; use V= to override; otherwise version is incremented from last tag
+[Git::NextVersion]
 
 [@Filter]
 -bundle = @Basic
 -remove = Readme
 
 [InstallGuide]
+[MetaConfig]
 [MetaJSON]
+[MetaProvides::Package]
+[Git::Describe]
+[PkgVersion]
+[MinimumPerl]
 
 [MetaResources]
 bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-UndefTolerant
@@ -20,21 +26,62 @@ repository.url    = git://git.moose.perl.org/MooseX-UndefTolerant.git
 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-UndefTolerant.git;a=summary
 repository.type   = git
 
-[SurgicalPodWeaver]
+[Prereqs / TestRequires]
+Test::Fatal = 0
+Test::More  = 0.002
+Test::Moose = 0
 
-[PkgVersion]
+[Prereqs / RuntimeRequires]
+Moose = 0.89
+
+[SurgicalPodWeaver]
 
 [PodSyntaxTests]
+;[PodCoverageTests]
+[Test::Pod::LinkCheck]
+[Test::Pod::No404s]
 [NoTabsTests]
 [EOLTests]
+[Test::Compile]
+[CheckPrereqsIndexed]
+[Test::DistManifest]
+[MetaTests]
+[Test::CPAN::Changes]
+[Test::Version]
+[Test::ChangesHasContent]
 
-[CheckChangeLog]
+[Test::CheckDeps]
+:version = 0.004
+fatal = 1
 
-[Prereqs / BuildRequires]
-Test::Fatal = 0
-Test::More  = 0.002
+[Git::Remote::Check]
+remote_branch = master
 
-[Prereqs]
-Moose = 0.89
+[Git::CheckFor::CorrectBranch]
+:version = 0.004
+release_branch = master
+release_branch = stable
+
+[Git::CheckFor::Fixups]
+
+[Git::Check]
+allow_dirty =
+
+[NextRelease]
+:version = 4.300018
+format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
+
+[Git::Commit]
+allow_dirty = Changes
+commit_msg = %N-%v%t%n%n%c
+
+[Git::Tag]
+tag_format = v%v%t
+tag_message = v%v%t
+
+[Git::Push]
 
+[InstallRelease]
+install_command = cpanm .
 
+[Clean]