Specify prereqs manually
Florian Ragwitz [Sat, 5 Jun 2010 10:11:34 +0000 (12:11 +0200)]
Perl::PrereqScanner does have some minor issues with our tests.

dist.ini

index 601337d..2a53280 100644 (file)
--- 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