Dzil-ize all the .pod files so they can be pod-woven
[gitmo/Moose.git] / dist.ini
CommitLineData
ad46f524 1name = Moose
2author = Stevan Little <stevan@iinteractive.com>
3license = Perl_5
4copyright_year = 2010
5copyright_holder = Infinity Interactive, Inc.
6
7version = 1.9900
8
9[@Basic]
10
38bf2a25 11[PruneFiles]
12filenames = Makefile.PL
13
ad46f524 14[PkgVersion]
15
d5f6cade 16[Authority]
17authority = cpan:STEVAN
ad46f524 18
19[MetaResources]
20bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Moose
21bugtracker.mailto = bug-moose@rt.cpan.org
22repository.url = git://git.moose.perl.org/Moose.git
23repository.web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Moose.git;a=summary
24repository.type = git
25
26[MetaNoIndex]
27namespace = Moose::Meta::Method::Accessor::Native
28
29[MetaJSON]
30
31[SurgicalPodWeaver]
32
33[=inc::Moose::DZ::Plugin::ExtractInlineTests]
34[NoTabsTests]
35[EOLTests]
36
37[CheckChangeLog]
38
39[Prereqs]
ad46f524 40Data::OptList = 0
38bf2a25 41Devel::GlobalDestruction = 0
42Eval::Closure = 0
ad46f524 43List::MoreUtils = 0.12
38bf2a25 44MRO::Compat = 0.05
ad46f524 45Package::DeprecationManager = 0.10
38bf2a25 46Package::Stash = 0.15
47Package::Stash::XS = 0.17
ad46f524 48Params::Util = 1.00
49Scalar::Util = 1.19
50Sub::Exporter = 0.980
38bf2a25 51Sub::Name = 0.05
ad46f524 52Task::Weaken = 0
53Try::Tiny = 0.02
54perl = 5.8.3
55
56[Prereqs / TestRequires]
57Test::Fatal = 0.001
58Test::More = 0.88
59Test::Requires = 0.05
60
61[Prereqs / DevelopRequires]
38bf2a25 62Algorithm::C3 = 0
ad46f524 63DateTime = 0
64DateTime::Calendar::Mayan = 0
65DateTime::Format::MySQL = 0
66Declare::Constraints::Simple = 0
67DBM::Deep = 0
68File::Find::Rule = 0
69HTTP::Headers = 0
70IO::File = 0
71IO::String = 0
72Locale::US = 0
73Module::Info = 0
74Module::Refresh = 0
75Params::Coerce = 0
76Regexp::Common = 0
77Test::Deep = 0
78Test::Inline = 0
38bf2a25 79Test::LeakTrace = 0
ad46f524 80Test::Output = 0
81URI = 0
82
83[Conflicts]
84Catalyst = 5.80028
85Devel::REPL = 1.003008
86Fey = 0.36
87Fey::ORM = 0.34
88File::ChangeNotify = 0.15
89KiokuDB = 0.49
90Markdent = 0.16
91MooseX::Aliases = 0.07
92MooseX::AlwaysCoerce = 0.05
93MooseX::AttributeHelpers = 0.22
94MooseX::AttributeInflate = 0.02
95MooseX::Attribute::Prototype = 0.10
96MooseX::ClassAttribute = 0.17
97MooseX::FollowPBP = 0.02
98MooseX::HasDefaults = 0.02
99MooseX::InstanceTracking = 0.04
100MooseX::LazyRequire = 0.05
101MooseX::MethodAttributes = 0.22
102MooseX::NonMoose = 0.15
103MooseX::Params::Validate = 0.05
104MooseX::POE = 0.205
105MooseX::Role::Cmd = 0.06
106MooseX::Role::WithOverloading = 0.07
107MooseX::SemiAffordanceAccessor = 0.05
108MooseX::Singleton = 0.24
109MooseX::StrictConstructor = 0.08
110MooseX::Types = 0.19
111MooseX::UndefTolerant = 0.04
112namespace::autoclean = 0.08
113Pod::Elemental = 0.093280
114
115[@Git]