X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=b52fc5d805c9d2804e2606ac2b2df2dcba5a0033;hb=topic%2Fdocument-instance-role-application;hp=d9cdd821e38e4428fa4f6515fa69ab65385d2362;hpb=f5ad9ffbd0639bc56068b3edf0013ad87a9ec305;p=gitmo%2FMoose.git diff --git a/dist.ini b/dist.ini index d9cdd82..b52fc5d 100644 --- a/dist.ini +++ b/dist.ini @@ -3,19 +3,21 @@ 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.0801 + +; This sets the required version of Dist::Zilla +:version = 4.200016 [=inc::RequireAuthorDeps] [=inc::Clean] -[=inc::GatherDir] +[GatherDir] +exclude_match = ^t/recipes/(?!basics_geonome_overloadingsubtypesandcoercion) [PruneCruft] [ManifestSkip] [MetaYAML] [MetaJSON] [License] -[Readme] -[ExtraTests] [ExecDir] [ShareDir] @@ -40,10 +42,10 @@ match = ^nytprof.* authority = cpan:STEVAN [MetaResources] -bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Moose +bugtracker.web = https://rt.cpan.org/Dist/Display.html?Name=Moose bugtracker.mailto = bug-moose@rt.cpan.org -repository.url = git://git.moose.perl.org/Moose.git -repository.web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Moose.git;a=summary +repository.url = git://github.com/moose/moose.git +repository.web = https://github.com/moose/moose repository.type = git [MetaNoIndex] @@ -73,10 +75,13 @@ directory = benchmarks [EOLTests] [PodSyntaxTests] [NoTabsTests] +[RunExtraTests] [CheckChangesHasContent] +[CheckPrereqsIndexed] [Prereqs] +Carp = 1.22 Class::Load = 0.09 Class::Load::XS = 0.01 Data::OptList = 0.107 @@ -127,6 +132,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 @@ -146,6 +153,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 @@ -153,7 +161,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 @@ -187,12 +195,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]