From: Florian Ragwitz Date: Sat, 5 Jun 2010 10:11:34 +0000 (+0200) Subject: Specify prereqs manually X-Git-Tag: 0.28~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=24e655d9ffd80403a4efd6395c97edda92566895 Specify prereqs manually Perl::PrereqScanner does have some minor issues with our tests. --- diff --git a/dist.ini b/dist.ini index 601337d..2a53280 100644 --- a/dist.ini +++ b/dist.ini @@ -17,3 +17,13 @@ copyright_holder = Infinity Interactive, Inc dist = MooseX-Getopt repository_at = github authority = cpan:STEVAN +auto_prereq = 0 + +[Prereq] +Getopt::Long = 2.37 +Getopt::Long::Descriptive = 0.081 +Moose = 0.56 + +[Prereq / TestRequires] +Test::Exception = 0.21 +Test::More = 0.88