X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=b9d2550322c306b9214f8ead8b70f0619a1cf6b6;hb=44c738328dbf37b101583413a453619949dd86fb;hp=9f79b47bf034d153425db33833b48a3b0a05c1cd;hpb=6a378fbdc3c4c5ca5b9f4de5e2ad60da912e9f97;p=gitmo%2FMooseX-Getopt.git diff --git a/dist.ini b/dist.ini index 9f79b47..b9d2550 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = MooseX-Getopt -version = 0.31 +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,13 +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