Skip Menu |

This queue is for tickets about the Safe-World CPAN distribution.

Report information
The Basics
Id: 42172
Status: new
Priority: 0/
Queue: Safe-World

People
Owner: Nobody in particular
Requestors: LDS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.14
Fixed in: (no value)



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.