Skip to content

Commit

Permalink
no Test::Compile for all plugins
Browse files Browse the repository at this point in the history
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].
  • Loading branch information
renormalist committed Sep 24, 2015
1 parent fa1e4d2 commit 247b545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -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
Expand Down

0 comments on commit 247b545

Please sign in to comment.