From: Florian Ragwitz Date: Thu, 26 Aug 2010 17:14:29 +0000 (+0200) Subject: Re-enable AutoPrereq X-Git-Tag: 0.34~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=d08ef824ff9b41efb8fbbc09fe6af178ef83080b Re-enable AutoPrereq --- diff --git a/dist.ini b/dist.ini index abf6468..77935f3 100644 --- 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) diff --git a/t/004_nogetop.t b/t/004_nogetop.t index 78da66d..c5c222c 100644 --- a/t/004_nogetop.t +++ b/t/004_nogetop.t @@ -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'); diff --git a/t/008_configfromfile.t b/t/008_configfromfile.t index 9ea94c8..ea3f9b5 100644 --- a/t/008_configfromfile.t +++ b/t/008_configfromfile.t @@ -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 }; diff --git a/t/107_no_auto_help.t b/t/107_no_auto_help.t index c69e153..f7d615a 100644 --- a/t/107_no_auto_help.t +++ b/t/107_no_auto_help.t @@ -41,7 +41,7 @@ my $fail_on_exit = 1; 1; } -use Test::Warn; +use Test::Warn 0.21; use Test::Exception; END {