work in progress, tests are failing, and parameterized role is not flexible enough...
[gitmo/MooseX-Getopt.git] / dist.ini
1 name = MooseX-Getopt
2 version = 0.37
3 author = Stevan Little <stevan@iinteractive.com>
4 author = Brandon L. Black <blblack@gmail.com>
5 author = Yuval Kogman <nothingmuch@woobling.org>
6 author = Ryan D Johnson <ryan@innerfence.com>
7 author = Drew Taylor <drew@drewtaylor.com>
8 author = Tomas Doran <bobtfish@bobtfish.net>
9 author = Florian Ragwitz <rafl@debian.org>
10 author = Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
11 author = Ævar Arnfjörð Bjarmason <avar@cpan.org>
12 author = Chris Prather <perigrin@cpan.org>
13 author = Karen Etheridge <ether@cpan.org>
14 author = Jonathan Swartz <swartz@pobox.com>
15 author = Damien Krotkine <dams@cpan.org>
16 license = Perl_5
17 copyright_holder = Infinity Interactive, Inc
18
19 [@FLORA]
20 dist = MooseX-Getopt
21 repository_at = gitmo
22 authority = cpan:STEVAN
23 auto_prereq = 0
24
25 [Prereqs]
26 Getopt::Long = 2.37
27 Getopt::Long::Descriptive = 0.081
28 Moose = 0.56
29 MooseX::Role::Parameterized = 0
30
31 [Prereqs / TestRequires]
32 Test::Fatal = 0.003
33 Test::Warn = 0.21
34 Test::More = 0.88
35 Test::Requires = 0.05