p4raw-id: //depot/perl@22953
BEGIN {
chdir 't' if -d 't';
@INC = '../lib' if -d '../lib';
+ require Config;
+ if (($Config::Config{'extensions'} !~ /\bDevel::PPPort\b/) ){
+ print "1..0 # Skip -- Perl configured without Devel::PPPort module\n";
+ exit 0;
+ }
}
use Devel::PPPort;