find prereqs automatically
[gitmo/MooseX-AlwaysCoerce.git] / dist.ini
index 756096a..cd473aa 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -21,17 +21,11 @@ repository.type   = git
 
 [Git::GatherDir]
 
+[AutoPrereqs]
+skip = ^MyRole$
+
 [Prereqs / RuntimeRequires]
-Moose = 0
-namespace::autoclean = 0.12
-MooseX::ClassAttribute = 0.24
 Package::Stash = 0.26
-Carp = 0
-
-[Prereqs / TestRequires]
-Test::More  = 0
-Test::Fatal = 0
-Test::NoWarnings = 1.04
 
 [InstallGuide]
 [MetaConfig]
@@ -74,10 +68,11 @@ release_branch = stable
 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
 
 [Git::Commit]
-allow-dirty = Changes
+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]