bump version to 2.0801
[gitmo/Moose.git] / dist.ini
CommitLineData
ad46f524 1name = Moose
3c49ca2c 2author = Moose is maintained by the Moose Cabal, along with the help of many contributors. See L<Moose/CABAL> and L<Moose/CONTRIBUTORS> for details.
ad46f524 3license = Perl_5
ad46f524 4copyright_holder = Infinity Interactive, Inc.
5
e7bdd491 6version = 2.0801
ad46f524 7
48ac876a 8; This sets the required version of Dist::Zilla
9:version = 4.200016
10
b7838518 11[=inc::RequireAuthorDeps]
ef5454ec 12[=inc::Clean]
b7838518 13
366abb63 14[GatherDir]
15exclude_match = ^t/recipes/(?!basics_geonome_overloadingsubtypesandcoercion)
a83cf79c 16[PruneCruft]
17[ManifestSkip]
18[MetaYAML]
d29c8cc5 19[MetaJSON]
a83cf79c 20[License]
21[Readme]
72bcb361 22[RunExtraTests]
a83cf79c 23[ExecDir]
24[ShareDir]
6bf5d14d 25
9b9da3d6 26; authordep Dist::Zilla::Plugin::MakeMaker::Awesome
6bf5d14d 27[=inc::MakeMaker]
a83cf79c 28[Manifest]
29
627f045f 30[TestRelease]
a83cf79c 31[ConfirmRelease]
32[UploadToCPAN]
ad46f524 33
587d0e5f 34[NextRelease]
35format = %v %{ccc, MMM dd, yyyy}d
36
38bf2a25 37[PruneFiles]
38filenames = Makefile.PL
f8fa5646 39match = ^nytprof.*
38bf2a25 40
ad46f524 41[PkgVersion]
42
d5f6cade 43[Authority]
44authority = cpan:STEVAN
ad46f524 45
46[MetaResources]
47bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Moose
48bugtracker.mailto = bug-moose@rt.cpan.org
49repository.url = git://git.moose.perl.org/Moose.git
50repository.web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Moose.git;a=summary
51repository.type = git
52
53[MetaNoIndex]
48b9f04f 54package = Class::MOP::Class::Immutable::Trait
55package = Class::MOP::Deprecated
56package = Class::MOP::MiniTrait
57package = Class::MOP::Mixin
58namespace = Class::MOP::Mixin
59package = Moose::Deprecated
3900cea1 60package = Moose::Error::Util
803ca79e 61package = Moose::Meta::Attribute::Native::Trait
48b9f04f 62package = Moose::Meta::Class::Immutable::Trait
8314dcb1 63package = Moose::Meta::Method::Accessor::Native
ad46f524 64namespace = Moose::Meta::Method::Accessor::Native
48b9f04f 65namespace = Moose::Meta::Mixin
66package = Moose::Meta::Object::Trait
cd0927d1 67package = Moose::Util::TypeConstraints::OptimizedConstraints
297899d1 68package = Moose::Util::TypeConstraints::Builtins
7a37a3f7 69directory = benchmarks
ad46f524 70
ad46f524 71[SurgicalPodWeaver]
72
c7d7cd64 73; authordep Test::Inline
74; authordep File::Find::Rule
4dc2cd56 75[=inc::ExtractInlineTests]
c7d7cd64 76
f899cf32 77[EOLTests]
eafcd776 78[PodSyntaxTests]
45273da5 79[NoTabsTests]
ad46f524 80
3df5714a 81[CheckChangesHasContent]
7a4b1b11 82[CheckPrereqsIndexed]
ad46f524 83
84[Prereqs]
28070619 85Carp = 1.22
10b900f6 86Class::Load = 0.09
fe965815 87Class::Load::XS = 0.01
c01f48b7 88Data::OptList = 0.107
38bf2a25 89Devel::GlobalDestruction = 0
61ee5201 90Eval::Closure = 0.04
dd16c9e2 91List::MoreUtils = 0.28
38bf2a25 92MRO::Compat = 0.05
67f26dfc 93Package::DeprecationManager = 0.11
a77d943b 94Package::Stash = 0.32
95Package::Stash::XS = 0.24
ad46f524 96Params::Util = 1.00
97Scalar::Util = 1.19
98Sub::Exporter = 0.980
38bf2a25 99Sub::Name = 0.05
ad46f524 100Task::Weaken = 0
101Try::Tiny = 0.02
102perl = 5.8.3
103
104[Prereqs / TestRequires]
105Test::Fatal = 0.001
106Test::More = 0.88
107Test::Requires = 0.05
108
109[Prereqs / DevelopRequires]
38bf2a25 110Algorithm::C3 = 0
0a93d5fa 111Data::Visitor = 0
ad46f524 112DateTime = 0
113DateTime::Calendar::Mayan = 0
114DateTime::Format::MySQL = 0
115Declare::Constraints::Simple = 0
116DBM::Deep = 0
117File::Find::Rule = 0
118HTTP::Headers = 0
119IO::File = 0
120IO::String = 0
121Locale::US = 0
122Module::Info = 0
123Module::Refresh = 0
0a93d5fa 124PadWalker = 0
ad46f524 125Params::Coerce = 0
126Regexp::Common = 0
9b81bc53 127SUPER = 0
ad46f524 128Test::Deep = 0
fb2aeee0 129Test::DependentModules = 0.13
ad46f524 130Test::Inline = 0
38bf2a25 131Test::LeakTrace = 0
c0b39092 132Test::Memory::Cycle = 0
ad46f524 133Test::Output = 0
d58b4bd6 134Test::Spelling = 0
ad46f524 135URI = 0
b743e561 136Test::Inline::Extract = 0
7a671e41 137ExtUtils::MakeMaker::Dist::Zilla::Develop = 0
ad46f524 138
5a18346b 139[Prereqs / RuntimeRecommends]
140; this needs to be installed *after*, since it deps on Moose
141; remove this if this is an issue
a1829d2f 142Devel::PartialDump = 0.14
5a18346b 143
ad46f524 144[Conflicts]
39718c44 145-script = bin/moose-outdated
ad46f524 146Catalyst = 5.80028
147Devel::REPL = 1.003008
148Fey = 0.36
3a9b436a 149Fey::ORM = 0.42
ad46f524 150File::ChangeNotify = 0.15
98d17a85 151KiokuDB = 0.51
ad46f524 152Markdent = 0.16
e3792225 153Mason = 2.18
154MooseX::ABC = 0.05
285adde3 155MooseX::Aliases = 0.08
61bcccfa 156MooseX::AlwaysCoerce = 0.13
ffa5463b 157MooseX::App = 1.18
ad46f524 158MooseX::AttributeHelpers = 0.22
c65fde0b 159MooseX::AttributeIndexes = 1.0.0
ad46f524 160MooseX::AttributeInflate = 0.02
8d943313 161MooseX::Attribute::Deflator = 2.1.7
0a2af8c5 162MooseX::Attribute::Dependent = 1.1.0
ad46f524 163MooseX::Attribute::Prototype = 0.10
61bcccfa 164MooseX::CascadeClearing = 0.03
c3e6bd46 165MooseX::ClassAttribute = 0.26
285adde3 166MooseX::Constructor::AllErrors = 0.012
ad46f524 167MooseX::FollowPBP = 0.02
168MooseX::HasDefaults = 0.02
169MooseX::InstanceTracking = 0.04
a35db6c3 170MooseX::LazyRequire = 0.06
98d17a85 171MooseX::Meta::Attribute::Index = 0.04
172MooseX::Meta::Attribute::Lvalue = 0.05
ad46f524 173MooseX::MethodAttributes = 0.22
285adde3 174MooseX::NonMoose = 0.17
ad46f524 175MooseX::Params::Validate = 0.05
07f1ff50 176MooseX::PrivateSetters = 0.03
e3792225 177MooseX::POE = 0.214
ad46f524 178MooseX::Role::Cmd = 0.06
8aae1a4c 179MooseX::Role::Parameterized = 0.23
ad46f524 180MooseX::Role::WithOverloading = 0.07
e3792225 181MooseX::Scaffold = 0.05
ad46f524 182MooseX::SemiAffordanceAccessor = 0.05
fb75f80e 183MooseX::SetOnce = 0.100473
d5c2f923 184MooseX::Singleton = 0.25
63a85502 185MooseX::SlurpyConstructor = 1.1
1f99588b 186MooseX::StrictConstructor = 0.12
ad46f524 187MooseX::Types = 0.19
25907405 188MooseX::Types::Parameterizable = 0.05
8d943313 189MooseX::Types::Signal = 1.101930
9e23cb7e 190MooseX::UndefTolerant = 0.11
ad46f524 191namespace::autoclean = 0.08
8d943313 192PRANG = 0.14
ad46f524 193Pod::Elemental = 0.093280
d85b2080 194Reaction = 0.002003
8d943313 195Test::Able = 0.10
ad46f524 196
7e27541a 197[=inc::CheckDelta]
198[=inc::GitUpToDate]
3f2a6b54 199
200[Git::Remote::Check]
201remote_branch = stable/2.08
202
203[Git::CheckFor::CorrectBranch]
204release_branch = stable/2.08
205
873e780b 206[Git::Check]
207allow_dirty =
208
209[Git::Tag]
210tag_format = %v
4a8ea39e 211tag_message = %v%t
f0e84fa4 212
213[Git::Commit]
4a8ea39e 214allow_dirty = Changes
215commit_msg = changelog for %N-%v%t
f3772818 216
217[Git::Push]