p4raw-id: //depot/perl@22954
BEGIN {
chdir 't';
@INC = '../lib';
+ require Config;
+ if (($Config::Config{'extensions'} !~ /\bthreads::shared\b/) ){
+ print "1..0 # Skip -- Perl configured without threads::shared module\n";
+ exit 0;
+ }
}
# Can't use Test::More, it turns threads on.