X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=42b835586492844eb312f04181edd632205a0fbc;hb=c587fbc093902756352db22aad1b813b42de71e2;hp=b9d2550322c306b9214f8ead8b70f0619a1cf6b6;hpb=b906290047f1dc53e3f2b020cf1635efa4bfef9c;p=gitmo%2FMooseX-Getopt.git diff --git a/dist.ini b/dist.ini index b9d2550..42b8355 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,4 @@ name = MooseX-Getopt -version = 0.41 author = Stevan Little author = Brandon L. Black author = Yuval Kogman @@ -33,3 +32,51 @@ Test::Warn = 0.21 Test::More = 0.88 Test::Requires = 0.05 Test::Trap = 0 +Path::Class = 0 + +[InstallGuide] +[MetaConfig] +[MetaProvides::Package] +[Git::Describe] +[PkgVersion] +[MinimumPerl] + +[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] +; waiting for fix on tag formats +;[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] +:version = 4.300018 +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 +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]