<pvhp@forte.com>
p4raw-id: //depot/perl@3655
NAME => 'ByteLoader',
VERSION_FROM => 'ByteLoader.pm',
XSPROTOARG => '-noprototypes',
+ MAN3PODS => {}, # Pods will be built by installman.
OBJECT => 'byterun$(OBJ_EXT) ByteLoader$(OBJ_EXT)',
);
# There are few filetest operators that are portable enough to test.
# See pod/perlport.pod for details.
-use Config;
BEGIN {
chdir 't' if -d 't';
unshift @INC, '../lib' if -d '../lib';
print "# oldeuid = $oldeuid, euid = $>\n";
-if ($bad_chmod) {
+if (!$Config{d_seteuid}) {
+ print "ok 6 #skipped, no seteuid\n";
+}
+elsif ($bad_chmod) {
print "#[$@]\nok 6 #skipped\n";
}
else {