p4raw-id: //depot/perl@22928
print "1..0 # Skip: no dynamic loading on miniperl, no threads\n";
exit 0;
}
+ require Config; import Config;
+ if ($Config{'extensions'} !~ /\bEncode\b/) {
+ print "1..0 # Skip: Encode was not built\n";
+ exit 0;
+ }
}
require "./test.pl";