find prereqs automatically
[gitmo/MooseX-AlwaysCoerce.git] / dist.ini
index 9746163..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]
@@ -78,6 +72,7 @@ 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]