Re-enable AutoPrereq
Florian Ragwitz [Thu, 26 Aug 2010 17:14:29 +0000 (19:14 +0200)]
dist.ini
t/004_nogetop.t
t/008_configfromfile.t
t/107_no_auto_help.t

index abf6468..77935f3 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -20,13 +20,5 @@ repository_at = gitmo
 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::Warn = 0.21
-Test::More = 0.88
-Test::Requires = 0.05
+[AutoPrereq]
+skip = ^(?:App|BaseApp|MooseX::ConfigFromFile|MooseX::SimpleConfig)
index 78da66d..c5c222c 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use Test::More tests => 9;
-use Test::Exception;
+use Test::Exception 0.21;
 
 BEGIN {
     use_ok('MooseX::Getopt');
index 9ea94c8..ea3f9b5 100644 (file)
@@ -7,7 +7,7 @@ use Test::More tests => 37;
 use Test::Exception;
 use File::Spec;
 
-use Test::Requires {
+use Test::Requires 0.05 {
     'MooseX::ConfigFromFile' => 0.01, # skip all if not installed
 };
 
index c69e153..f7d615a 100644 (file)
@@ -41,7 +41,7 @@ my $fail_on_exit = 1;
     1;
 }
 
-use Test::Warn;
+use Test::Warn 0.21;
 use Test::Exception;
 
 END {