determine prereqs automatically
[gitmo/MooseX-UndefTolerant.git] / dist.ini
index ea50689..43c13f7 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -26,13 +26,8 @@ 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
 
-[Prereqs / TestRequires]
-Test::Fatal = 0
-Test::More  = 0.002
-Test::Moose = 0
-
-[Prereqs / RuntimeRequires]
-Moose = 0.89
+[AutoPrereqs]
+skip = ^Foo|Bar|Baz
 
 [SurgicalPodWeaver]
 
@@ -57,17 +52,31 @@ fatal = 1
 [Git::Remote::Check]
 remote_branch = master
 
-[Git::CheckFor::Fixups]
+[Git::CheckFor::CorrectBranch]
+:version = 0.004
+release_branch = master
+release_branch = stable
+
+;[Git::CheckFor::Fixups]
 
 [Git::Check]
 allow_dirty =
 
-[Git::CheckFor::CorrectBranch]
-release_branch = master
-
 [NextRelease]
-format = %-9v %{yyyy-MM-dd HH:mm:ss ZZZZ}d
+: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]