(I suspect that I got this wrong because more changes have been made
in blead subsequent to the change I was attempting to merge in, and
and jiggled around with the number of tests)
p4raw-id: //depot/perl@26089
use Getopt::Std;
use Carp;
use Test::More tests => ( 1 * !!$Config::Config{useithreads}
- + 1 * ($] > 5.009)
- + 779 );
+ + 3 * ($] > 5.009)
+ + 777 );
require_ok("B::Concise");