Fix repository url
[gitmo/MooseX-Getopt.git] / dist.ini
1 name = MooseX-Getopt
2 version = 0.28
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 license = Perl_5
14 copyright_holder = Infinity Interactive, Inc
15
16 [@FLORA]
17 dist = MooseX-Getopt
18 repository_at = gitmo
19 authority = cpan:STEVAN
20 auto_prereq = 0
21
22 [Prereq]
23 Getopt::Long = 2.37
24 Getopt::Long::Descriptive = 0.081
25 Moose = 0.56
26
27 [Prereq / TestRequires]
28 Test::Exception = 0.21
29 Test::More = 0.88