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