X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=6151d4357f0e4fadc91343cadd481cef10246698;hb=ffa5463b487563a0e55e6c2fad512ea1076646fc;hp=9fec6d3a9f571b7bc7a936ac7edf874c79edd117;hpb=366abb63a74af7c8a6eb6390f30d60a6bdfca414;p=gitmo%2FMoose.git diff --git a/dist.ini b/dist.ini index 9fec6d3..6151d43 100644 --- a/dist.ini +++ b/dist.ini @@ -3,7 +3,10 @@ author = Moose is maintained by the Moose Cabal, along with the help of many co license = Perl_5 copyright_holder = Infinity Interactive, Inc. -version = 2.0600 +version = 2.0800 + +; This sets the required version of Dist::Zilla +:version = 4.200016 [=inc::RequireAuthorDeps] [=inc::Clean] @@ -76,6 +79,7 @@ directory = benchmarks [NoTabsTests] [CheckChangesHasContent] +[CheckPrereqsIndexed] [Prereqs] Carp = 1.22 @@ -129,6 +133,8 @@ Test::Memory::Cycle = 0 Test::Output = 0 Test::Spelling = 0 URI = 0 +Test::Inline::Extract = 0 +ExtUtils::MakeMaker::Dist::Zilla::Develop = 0 [Prereqs / RuntimeRecommends] ; this needs to be installed *after*, since it deps on Moose @@ -148,6 +154,7 @@ Mason = 2.18 MooseX::ABC = 0.05 MooseX::Aliases = 0.08 MooseX::AlwaysCoerce = 0.13 +MooseX::App = 1.18 MooseX::AttributeHelpers = 0.22 MooseX::AttributeIndexes = 1.0.0 MooseX::AttributeInflate = 0.02 @@ -155,7 +162,7 @@ MooseX::Attribute::Deflator = 2.1.7 MooseX::Attribute::Dependent = 1.1.0 MooseX::Attribute::Prototype = 0.10 MooseX::CascadeClearing = 0.03 -MooseX::ClassAttribute = 0.25 +MooseX::ClassAttribute = 0.26 MooseX::Constructor::AllErrors = 0.012 MooseX::FollowPBP = 0.02 MooseX::HasDefaults = 0.02 @@ -189,12 +196,22 @@ Test::Able = 0.10 [=inc::CheckDelta] [=inc::GitUpToDate] + +[Git::Remote::Check] +remote_branch = stable/2.08 + +[Git::CheckFor::CorrectBranch] +release_branch = stable/2.08 + [Git::Check] allow_dirty = [Git::Tag] tag_format = %v -tag_message = +tag_message = %v%t [Git::Commit] -commit_msg = changelog +allow_dirty = Changes +commit_msg = changelog for %N-%v%t + +[Git::Push]