From 247b5452dbd30b864d49db11a84212e24234a98f Mon Sep 17 00:00:00 2001 From: Steffen Schwigon Date: Thu, 24 Sep 2015 14:24:52 +0200 Subject: [PATCH] no Test::Compile for all plugins Most of them are depending on some optional CPAN deps and benchmark-perlformance particularly handles errors, so we don't compile test them anymore because the missing deps harm the CPANTESTERS results, or I would have to maintain each plugin in black&white lists for [Test::Compile]. --- dist.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist.ini b/dist.ini index 434c812..5b119b9 100644 --- a/dist.ini +++ b/dist.ini @@ -13,7 +13,7 @@ repository_at = github disable_trailing_whitespace_tests = 1 disable_pod_coverage_tests = 1 disable_tab_tests = 1 -test_compile_skip = ^Benchmark::Perl::Formance::Plugin::(Threads|ThreadsShared|FibOOSig|Shootout::(fannkuch|knucleotide|mandelbrot|))$ +test_compile_skip = ^Benchmark::Perl::Formance::Plugin:: [UploadToCPAN] subdir = perl-formance