X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=b9d2550322c306b9214f8ead8b70f0619a1cf6b6;hb=b906290047f1dc53e3f2b020cf1635efa4bfef9c;hp=045dfb746267fd292a22fc5fd6ab8385d00e2dec;hpb=739ba280e7e594c7e27162f5b40599f7b90463f2;p=gitmo%2FMooseX-Getopt.git diff --git a/dist.ini b/dist.ini index 045dfb7..b9d2550 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = MooseX-Getopt -version = 0.29 +version = 0.41 author = Stevan Little author = Brandon L. Black author = Yuval Kogman @@ -10,6 +10,8 @@ author = Florian Ragwitz author = Dagfinn Ilmari Mannsåker author = Ævar Arnfjörð Bjarmason author = Chris Prather +author = Karen Etheridge +author = Jonathan Swartz license = Perl_5 copyright_holder = Infinity Interactive, Inc @@ -19,12 +21,15 @@ repository_at = gitmo authority = cpan:STEVAN auto_prereq = 0 -[Prereq] +[Prereqs] Getopt::Long = 2.37 Getopt::Long::Descriptive = 0.081 Moose = 0.56 +MooseX::Role::Parameterized = 0 -[Prereq / TestRequires] -Test::Exception = 0.21 +[Prereqs / TestRequires] +Test::Fatal = 0.003 Test::Warn = 0.21 Test::More = 0.88 +Test::Requires = 0.05 +Test::Trap = 0