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