Subject: | Safe::World broken in Perl 5.10 and higher |
Safe::World fails immediately in Perl 5.10 because the opcode "threadsv"
is no longer present in this version of Perl. Removing threadsv from
@DENY_OPS gets a bit further, but then core dumps in
Safe::World::select->new() at the point where $SIG{__WARN__} is rewritten.