version bump
[gitmo/Moose.git] / dist.ini
1 name    = Moose
2 author  = Stevan Little <stevan@iinteractive.com>
3 license = Perl_5
4 copyright_holder = Infinity Interactive, Inc.
5
6 version = 2.0102
7
8 [=inc::RequireAuthorDeps]
9 [=inc::Clean]
10
11 [=inc::GatherDir]
12 [PruneCruft]
13 [ManifestSkip]
14 [MetaYAML]
15 [MetaJSON]
16 [License]
17 [Readme]
18 [ExtraTests]
19 [ExecDir]
20 [ShareDir]
21
22 ; authordep Dist::Zilla::Plugin::MakeMaker::Awesome
23 [=inc::MakeMaker]
24 [Manifest]
25
26 [TestRelease]
27 [ConfirmRelease]
28 [UploadToCPAN]
29
30 [NextRelease]
31 format = %v %{ccc, MMM dd, yyyy}d
32
33 [PruneFiles]
34 filenames = Makefile.PL
35
36 [PkgVersion]
37
38 [Authority]
39 authority = cpan:STEVAN
40
41 [MetaResources]
42 bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Moose
43 bugtracker.mailto = bug-moose@rt.cpan.org
44 repository.url    = git://git.moose.perl.org/Moose.git
45 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Moose.git;a=summary
46 repository.type   = git
47
48 [MetaNoIndex]
49 package   = Class::MOP::Class::Immutable::Trait
50 package   = Class::MOP::Deprecated
51 package   = Class::MOP::MiniTrait
52 package   = Class::MOP::Mixin
53 namespace = Class::MOP::Mixin
54 package   = Moose::Deprecated
55 package   = Moose::Error::Util
56 package   = Moose::Meta::Attribute::Native::Trait
57 package   = Moose::Meta::Class::Immutable::Trait
58 package   = Moose::Meta::Method::Accessor::Native
59 namespace = Moose::Meta::Method::Accessor::Native
60 namespace = Moose::Meta::Mixin
61 package   = Moose::Meta::Object::Trait
62 package   = Moose::Util::TypeConstraints::OptimizedConstraints
63 package   = Moose::Util::TypeConstraints::Builtins
64 directory = benchmarks
65
66 [SurgicalPodWeaver]
67
68 [=inc::ExtractInlineTests]
69 [NoTabsTests]
70
71 [CheckChangesHasContent]
72
73 [Prereqs]
74 Data::OptList               = 0.107
75 Devel::GlobalDestruction    = 0
76 Eval::Closure               = 0.04
77 List::MoreUtils             = 0.28
78 MRO::Compat                 = 0.05
79 Package::DeprecationManager = 0.10
80 Package::Stash              = 0.21
81 Package::Stash::XS          = 0.18
82 Params::Util                = 1.00
83 Scalar::Util                = 1.19
84 Sub::Exporter               = 0.980
85 Sub::Name                   = 0.05
86 Task::Weaken                = 0
87 Try::Tiny                   = 0.02
88 perl                        = 5.8.3
89
90 [Prereqs / TestRequires]
91 Test::Fatal    = 0.001
92 Test::More     = 0.88
93 Test::Requires = 0.05
94
95 [Prereqs / DevelopRequires]
96 Algorithm::C3                = 0
97 Data::Visitor                = 0
98 DateTime                     = 0
99 DateTime::Calendar::Mayan    = 0
100 DateTime::Format::MySQL      = 0
101 Declare::Constraints::Simple = 0
102 DBM::Deep                    = 0
103 File::Find::Rule             = 0
104 HTTP::Headers                = 0
105 IO::File                     = 0
106 IO::String                   = 0
107 Locale::US                   = 0
108 Module::Info                 = 0
109 Module::Refresh              = 0
110 PadWalker                    = 0
111 Params::Coerce               = 0
112 Regexp::Common               = 0
113 Test::Deep                   = 0
114 Test::DependentModules       = 0.09
115 Test::Inline                 = 0
116 Test::LeakTrace              = 0
117 Test::Output                 = 0
118 URI                          = 0
119
120 [Prereqs / RuntimeRecommends]
121 ; this needs to be installed *after*, since it deps on Moose
122 ; remove this if this is an issue
123 Devel::PartialDump = 0.14
124
125 [Conflicts]
126 -script = bin/moose-outdated
127 Catalyst                       = 5.80028
128 Devel::REPL                    = 1.003008
129 Fey                            = 0.36
130 Fey::ORM                       = 0.42
131 File::ChangeNotify             = 0.15
132 KiokuDB                        = 0.49
133 Markdent                       = 0.16
134 MooseX::Aliases                = 0.08
135 MooseX::AlwaysCoerce           = 0.13
136 MooseX::AttributeHelpers       = 0.22
137 MooseX::AttributeIndexes       = 1.0.0
138 MooseX::AttributeInflate       = 0.02
139 MooseX::Attribute::Deflator    = 2.1.0
140 MooseX::Attribute::Dependent   = 1.1.0
141 MooseX::Attribute::Prototype   = 0.10
142 MooseX::CascadeClearing        = 0.03
143 MooseX::ClassAttribute         = 0.25
144 MooseX::Constructor::AllErrors = 0.012
145 MooseX::FollowPBP              = 0.02
146 MooseX::HasDefaults            = 0.02
147 MooseX::InstanceTracking       = 0.04
148 MooseX::LazyRequire            = 0.06
149 MooseX::MethodAttributes       = 0.22
150 MooseX::NonMoose               = 0.17
151 MooseX::Params::Validate       = 0.05
152 MooseX::PrivateSetters         = 0.03
153 MooseX::POE                    = 0.211
154 MooseX::Role::Cmd              = 0.06
155 MooseX::Role::Parameterized    = 0.23
156 MooseX::Role::WithOverloading  = 0.07
157 MooseX::SemiAffordanceAccessor = 0.05
158 MooseX::SetOnce                = 0.100473
159 MooseX::Singleton              = 0.25
160 MooseX::SlurpyConstructor      = 1.1
161 MooseX::StrictConstructor      = 0.12
162 MooseX::Types                  = 0.19
163 MooseX::UndefTolerant          = 0.11
164 namespace::autoclean           = 0.08
165 Pod::Elemental                 = 0.093280
166 Reaction                       = 0.002003
167
168 [=inc::CheckDelta]
169 [=inc::GitUpToDate]
170 [Git::Check]
171 allow_dirty =
172
173 [Git::Tag]
174 tag_format = %v
175 tag_message =