Commit | Line | Data |
---|---|---|
ad46f524 | 1 | name = Moose |
2 | author = Stevan Little <stevan@iinteractive.com> | |
3 | license = Perl_5 | |
ad46f524 | 4 | copyright_holder = Infinity Interactive, Inc. |
5 | ||
f2bdeaa5 | 6 | version = 2.0000 |
ad46f524 | 7 | |
b7838518 | 8 | [=inc::RequireAuthorDeps] |
ef5454ec | 9 | [=inc::Clean] |
b7838518 | 10 | |
a83cf79c | 11 | [=inc::GatherDir] |
12 | [PruneCruft] | |
13 | [ManifestSkip] | |
14 | [MetaYAML] | |
d29c8cc5 | 15 | [MetaJSON] |
a83cf79c | 16 | [License] |
17 | [Readme] | |
18 | [ExtraTests] | |
19 | [ExecDir] | |
20 | [ShareDir] | |
6bf5d14d | 21 | |
9b9da3d6 | 22 | ; authordep Dist::Zilla::Plugin::MakeMaker::Awesome |
6bf5d14d | 23 | [=inc::MakeMaker] |
a83cf79c | 24 | [Manifest] |
25 | ||
627f045f | 26 | [TestRelease] |
a83cf79c | 27 | [ConfirmRelease] |
28 | [UploadToCPAN] | |
ad46f524 | 29 | |
587d0e5f | 30 | [NextRelease] |
31 | format = %v %{ccc, MMM dd, yyyy}d | |
32 | ||
38bf2a25 | 33 | [PruneFiles] |
34 | filenames = Makefile.PL | |
35 | ||
ad46f524 | 36 | [PkgVersion] |
37 | ||
d5f6cade | 38 | [Authority] |
39 | authority = cpan:STEVAN | |
ad46f524 | 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] | |
48b9f04f | 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 | |
803ca79e | 55 | package = Moose::Meta::Attribute::Native::Trait |
48b9f04f | 56 | package = Moose::Meta::Class::Immutable::Trait |
8314dcb1 | 57 | package = Moose::Meta::Method::Accessor::Native |
ad46f524 | 58 | namespace = Moose::Meta::Method::Accessor::Native |
48b9f04f | 59 | namespace = Moose::Meta::Mixin |
60 | package = Moose::Meta::Object::Trait | |
cd0927d1 | 61 | package = Moose::Util::TypeConstraints::OptimizedConstraints |
297899d1 | 62 | package = Moose::Util::TypeConstraints::Builtins |
7a37a3f7 | 63 | directory = benchmarks |
ad46f524 | 64 | |
ad46f524 | 65 | [SurgicalPodWeaver] |
66 | ||
4dc2cd56 | 67 | [=inc::ExtractInlineTests] |
45273da5 | 68 | [NoTabsTests] |
ad46f524 | 69 | |
3df5714a | 70 | [CheckChangesHasContent] |
ad46f524 | 71 | |
72 | [Prereqs] | |
c01f48b7 | 73 | Data::OptList = 0.107 |
38bf2a25 | 74 | Devel::GlobalDestruction = 0 |
61ee5201 | 75 | Eval::Closure = 0.04 |
dd16c9e2 | 76 | List::MoreUtils = 0.28 |
38bf2a25 | 77 | MRO::Compat = 0.05 |
ad46f524 | 78 | Package::DeprecationManager = 0.10 |
9eb47cff | 79 | Package::Stash = 0.21 |
80 | Package::Stash::XS = 0.18 | |
ad46f524 | 81 | Params::Util = 1.00 |
82 | Scalar::Util = 1.19 | |
83 | Sub::Exporter = 0.980 | |
38bf2a25 | 84 | Sub::Name = 0.05 |
ad46f524 | 85 | Task::Weaken = 0 |
86 | Try::Tiny = 0.02 | |
87 | perl = 5.8.3 | |
88 | ||
89 | [Prereqs / TestRequires] | |
90 | Test::Fatal = 0.001 | |
91 | Test::More = 0.88 | |
92 | Test::Requires = 0.05 | |
93 | ||
94 | [Prereqs / DevelopRequires] | |
38bf2a25 | 95 | Algorithm::C3 = 0 |
ad46f524 | 96 | DateTime = 0 |
97 | DateTime::Calendar::Mayan = 0 | |
98 | DateTime::Format::MySQL = 0 | |
99 | Declare::Constraints::Simple = 0 | |
100 | DBM::Deep = 0 | |
101 | File::Find::Rule = 0 | |
102 | HTTP::Headers = 0 | |
103 | IO::File = 0 | |
104 | IO::String = 0 | |
105 | Locale::US = 0 | |
106 | Module::Info = 0 | |
107 | Module::Refresh = 0 | |
108 | Params::Coerce = 0 | |
109 | Regexp::Common = 0 | |
110 | Test::Deep = 0 | |
71c1fa57 | 111 | Test::DependentModules = 0.09 |
ad46f524 | 112 | Test::Inline = 0 |
38bf2a25 | 113 | Test::LeakTrace = 0 |
ad46f524 | 114 | Test::Output = 0 |
115 | URI = 0 | |
116 | ||
5a18346b | 117 | [Prereqs / RuntimeRecommends] |
118 | ; this needs to be installed *after*, since it deps on Moose | |
119 | ; remove this if this is an issue | |
a1829d2f | 120 | Devel::PartialDump = 0.14 |
5a18346b | 121 | |
ad46f524 | 122 | [Conflicts] |
39718c44 | 123 | -script = bin/moose-outdated |
ad46f524 | 124 | Catalyst = 5.80028 |
125 | Devel::REPL = 1.003008 | |
126 | Fey = 0.36 | |
3a9b436a | 127 | Fey::ORM = 0.42 |
ad46f524 | 128 | File::ChangeNotify = 0.15 |
129 | KiokuDB = 0.49 | |
130 | Markdent = 0.16 | |
285adde3 | 131 | MooseX::Aliases = 0.08 |
61bcccfa | 132 | MooseX::AlwaysCoerce = 0.13 |
ad46f524 | 133 | MooseX::AttributeHelpers = 0.22 |
c65fde0b | 134 | MooseX::AttributeIndexes = 1.0.0 |
ad46f524 | 135 | MooseX::AttributeInflate = 0.02 |
0a2af8c5 | 136 | MooseX::Attribute::Deflator = 2.1.0 |
137 | MooseX::Attribute::Dependent = 1.1.0 | |
ad46f524 | 138 | MooseX::Attribute::Prototype = 0.10 |
61bcccfa | 139 | MooseX::CascadeClearing = 0.03 |
7bfbd040 | 140 | MooseX::ClassAttribute = 0.23 |
285adde3 | 141 | MooseX::Constructor::AllErrors = 0.012 |
ad46f524 | 142 | MooseX::FollowPBP = 0.02 |
143 | MooseX::HasDefaults = 0.02 | |
144 | MooseX::InstanceTracking = 0.04 | |
a35db6c3 | 145 | MooseX::LazyRequire = 0.06 |
ad46f524 | 146 | MooseX::MethodAttributes = 0.22 |
285adde3 | 147 | MooseX::NonMoose = 0.17 |
ad46f524 | 148 | MooseX::Params::Validate = 0.05 |
07f1ff50 | 149 | MooseX::PrivateSetters = 0.03 |
d85b2080 | 150 | MooseX::POE = 0.211 |
ad46f524 | 151 | MooseX::Role::Cmd = 0.06 |
8aae1a4c | 152 | MooseX::Role::Parameterized = 0.23 |
ad46f524 | 153 | MooseX::Role::WithOverloading = 0.07 |
154 | MooseX::SemiAffordanceAccessor = 0.05 | |
fb75f80e | 155 | MooseX::SetOnce = 0.100473 |
d5c2f923 | 156 | MooseX::Singleton = 0.25 |
63a85502 | 157 | MooseX::SlurpyConstructor = 1.1 |
1f99588b | 158 | MooseX::StrictConstructor = 0.12 |
ad46f524 | 159 | MooseX::Types = 0.19 |
9e23cb7e | 160 | MooseX::UndefTolerant = 0.11 |
ad46f524 | 161 | namespace::autoclean = 0.08 |
162 | Pod::Elemental = 0.093280 | |
d85b2080 | 163 | Reaction = 0.002003 |
ad46f524 | 164 | |
873e780b | 165 | [Git::Check] |
166 | allow_dirty = | |
167 | ||
168 | [Git::Tag] | |
169 | tag_format = %v | |
170 | tag_message = |