in reply to Passing Dynamic Value to Test::More tests

Try:
BEGIN {$test_count = 2} use Test::More tests => $test_count;
Cheers,
Rob

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.