Document how to pass new attribute values at instance-role application time
[gitmo/Moose.git] / dist.ini
index b51da73..b52fc5d 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -3,7 +3,7 @@ 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.0800
+version = 2.0801
 
 ; This sets the required version of Dist::Zilla
 :version = 4.200016
@@ -18,8 +18,6 @@ exclude_match = ^t/recipes/(?!basics_geonome_overloadingsubtypesandcoercion)
 [MetaYAML]
 [MetaJSON]
 [License]
-[Readme]
-[RunExtraTests]
 [ExecDir]
 [ShareDir]
 
@@ -44,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]
@@ -77,6 +75,7 @@ directory = benchmarks
 [EOLTests]
 [PodSyntaxTests]
 [NoTabsTests]
+[RunExtraTests]
 
 [CheckChangesHasContent]
 [CheckPrereqsIndexed]
@@ -154,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
@@ -161,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
@@ -212,3 +212,5 @@ tag_message = %v%t
 [Git::Commit]
 allow_dirty = Changes
 commit_msg = changelog for %N-%v%t
+
+[Git::Push]