1name    = MooseX-MethodAttributes
2author  = Florian Ragwitz <rafl@debian.org>
3author  = Tomas Doran <bobtfish@bobtfish.net>
4license = Perl_5
5copyright_holder = Florian Ragwitz
6copyright_year = 2009
7
8[@Author::ETHER]
9:version = 0.119
10authority = cpan:FLORA
11surgical_podweaver = 1
12installer = MakeMaker   ; dynamic prereqs
13Test::PodSpelling.stopwords[0] = metamethod
14Test::PodSpelling.stopwords[1] = metarole
15Test::PodSpelling.stopwords[2] = initialisation
16Test::ReportPrereqs.include = Catalyst::Runtime
17Test::MinimumVersion.max_target_perl = 5.008003
18StaticInstall.dry_run = 0   ; we can safely set this here
19
20; authordep Dist::Zilla::Plugin::SurgicalPodWeaver
21
22[DynamicPrereqs]
23:version = 0.018
24-body = # bring sanity to boolean overload handling
25-body = requires('Moose', '2.1602') if "$]" < '5.010';
26
27[Prereqs]
28namespace::autoclean = 0.08
29
30[Prereqs / DevelopRequires]
31MooseX::Role::Parameterized = 0
32
33[MetaResources]
34x_IRC = irc://irc.perl.org/#moose
35x_MailingList = http://lists.perl.org/list/moose.html
36
37[Test::CheckBreaks]
38:version = 0.017
39conflicts_module = Moose::Conflicts
40conflicts_module = Module::Runtime::Conflicts
41