X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=d099f872ceac366e6d668124b178d9ad9136d60f;hb=9d31e3fe83b734e158da9e1bbcdcdb107bbdba07;hp=4a03859f78abb2ba428a529653470122a328f6c2;hpb=9d0505a2ded91ca3a0d4d19fcabf72321d072692;p=gitmo%2FMooseX-Getopt.git diff --git a/dist.ini b/dist.ini index 4a03859..d099f87 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,4 @@ name = MooseX-Getopt -version = 0.36 author = Stevan Little author = Brandon L. Black author = Yuval Kogman @@ -25,9 +24,49 @@ auto_prereq = 0 Getopt::Long = 2.37 Getopt::Long::Descriptive = 0.081 Moose = 0.56 +MooseX::Role::Parameterized = 0 [Prereqs / TestRequires] Test::Fatal = 0.003 Test::Warn = 0.21 Test::More = 0.88 Test::Requires = 0.05 +Test::Trap = 0 + +[Test::DistManifest] +[Test::Compile] +[Test::MinimumVersion] +[MetaTests] +; note: update Test::CPAN::Changes to 0.19 to not barf on -TRIAL releases +[Test::CPAN::Changes] +[Test::ChangesHasContent] + +[Git::Remote::Check] +remote_branch = master + +[Git::CheckFor::CorrectBranch] +[Git::CheckFor::Fixups] + +[Git::Check] +allow_dirty = + +; automatically calculate the next version from the last git tag +; override with V= +[Git::NextVersion] + +; add the version to Changes +[NextRelease] +format = %-9v %{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 +commit_msg = %N-%v%t%n%n%c + +; ...and the resulting head commit will be tagged +[Git::Tag] +tag_message = v%v%t + +; ...and then pushed to the origin repository +[Git::Push]