X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=b9d2550322c306b9214f8ead8b70f0619a1cf6b6;hb=44c738328dbf37b101583413a453619949dd86fb;hp=dc1b28d7b6de4fedff33cf2ad90f7b3b5e86635a;hpb=37743e14b86a6ab861ad79785c0cf11ab267a07b;p=gitmo%2FMooseX-Getopt.git diff --git a/dist.ini b/dist.ini index dc1b28d..b9d2550 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = MooseX-Getopt -version = 0.34 +version = 0.41 author = Stevan Little author = Brandon L. Black author = Yuval Kogman @@ -21,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] +[Prereqs / TestRequires] Test::Fatal = 0.003 Test::Warn = 0.21 Test::More = 0.88 Test::Requires = 0.05 +Test::Trap = 0