#!perl -w
BEGIN {
{
print "1..0\n";
exit 0;
}
}
use strict;
use warnings;
use Safe;
# Attempt to change the opmask from within the safe compartment
# Check that it didn't work
# Written this way to keep the Test::More that comes with perl 5.6.2 happy
'opmask still in place with reval' );
print $fh <<EOF;
\$_[1] = "\0" x $masksize;
EOF
# Written this way to keep the Test::More that comes with perl 5.6.2 happy
'opmask still in place with rdo' );