X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=b9d2550322c306b9214f8ead8b70f0619a1cf6b6;hb=b906290047f1dc53e3f2b020cf1635efa4bfef9c;hp=77935f3e5d985aa7d545ff6f28d63a2704f7d9a6;hpb=d08ef824ff9b41efb8fbbc09fe6af178ef83080b;p=gitmo%2FMooseX-Getopt.git diff --git a/dist.ini b/dist.ini index 77935f3..b9d2550 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = MooseX-Getopt -version = 0.33 +version = 0.41 author = Stevan Little author = Brandon L. Black author = Yuval Kogman @@ -11,6 +11,7 @@ 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 @@ -20,5 +21,15 @@ repository_at = gitmo authority = cpan:STEVAN auto_prereq = 0 -[AutoPrereq] -skip = ^(?:App|BaseApp|MooseX::ConfigFromFile|MooseX::SimpleConfig) +[Prereqs] +Getopt::Long = 2.37 +Getopt::Long::Descriptive = 0.081 +Moose = 0.56 +MooseX::Role::Parameterized = 0 + +[Prereqs / TestRequires] +Test::Fatal = 0.003 +Test::Warn = 0.21 +Test::More = 0.88 +Test::Requires = 0.05 +Test::Trap = 0