From: Karen Etheridge Date: Fri, 1 Jun 2012 17:27:46 +0000 (+0000) Subject: more dzil configs, and lots more tests X-Git-Tag: v0.17~2^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=50153bbca419ccf5c37b2e0dc1432482beb3500e;hp=e0e392c6ef3e768bd72e2ab7e5f3c110620f05ac;p=gitmo%2FMooseX-AlwaysCoerce.git more dzil configs, and lots more tests --- diff --git a/dist.ini b/dist.ini index a14f417..acbfa46 100644 --- a/dist.ini +++ b/dist.ini @@ -29,5 +29,54 @@ Test::More = 0 Test::Fatal = 0 Test::NoWarnings = 1.04 +[InstallGuide] +[MetaConfig] +[MetaJSON] + +[PkgVersion] + +[NoTabsTests] +[EOLTests] +[Test::Compile] +[Test::DistManifest] +[Test::MinimumVersion] +[Test::CPAN::Changes] +[Test::ChangesHasContent] + +[Test::CheckDeps] +:version = 0.005 +fatal = 1 + +[PodSyntaxTests] +[CheckPrereqsIndexed] + +[Git::Remote::Check] +remote_branch = master + +[Git::Check] +allow_dirty = + +[Git::CheckFor::CorrectBranch] +:version = 0.004 +release_branch = master +release_branch = stable + +; TODO: requires fixes for calculating last version +; [Git::CheckFor::Fixups] + [NextRelease] format = %-9v %{yyyy-MM-dd HH:mm:ss ZZZZ}d + +[Git::Commit] +allow-dirty = Changes +commit_msg = %N-%v%t%n%n%c + +[Git::Tag] +tag_message = v%v%t + +[Git::Push] + +[InstallRelease] +install_command = cpanm . + +[Clean]