oops, PkgVersion was being applied twice
[gitmo/MooseX-Getopt.git] / dist.ini
index 42b8355..28f297c 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -38,7 +38,6 @@ Path::Class = 0
 [MetaConfig]
 [MetaProvides::Package]
 [Git::Describe]
-[PkgVersion]
 [MinimumPerl]
 
 [Test::DistManifest]
@@ -57,7 +56,8 @@ remote_branch = master
 ;[Git::CheckFor::Fixups]
 
 [Git::Check]
-allow_dirty =
+; workaround for [@Git] bug
+allow_dirty = NOTHING
 
 ; automatically calculate the next version from the last git tag
 ; override with V=
@@ -71,12 +71,20 @@ format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d
 ; after release, the version in Changes file will be committed
 ; with a message listing the changes for this release
 [Git::Commit]
-allow-dirty = Changes
+allow_dirty = Changes
 commit_msg = %N-%v%t%n%n%c
 
 ; ...and the resulting head commit will be tagged
 [Git::Tag]
+tag_format = v%v%t
 tag_message = v%v%t
 
 ; ...and then pushed to the origin repository
 [Git::Push]
+
+; ...and installed locally
+[InstallRelease]
+install_command = cpanm .
+
+; ... and then we do 'dzil clean'
+[Clean]