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