That is how I do it, but it may also make sense to simply skip the test using something like this:
use Test::More; if( chrome_is_unavailable ) { plan skip_all => "Chrome / chromium not found/installed, skipping +test."; exit 0; }; plan tests => $test_count; ... done_testing();
In reply to Re^3: ExtUtils::MakeMaker : delcare a binary dependency
by Corion
in thread ExtUtils::MakeMaker : delcare a binary dependency
by bliako
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |