NAME
Object::Deadly::_unsafe - Implementation for the deadly object
METHODS
$obj->DESTROY-
The DESTROY method doesn't die. This is defined so it won't be AUTOLOADed or fetched from UNIVERSAL.
$obj->import$obj->isa$obj->can$obj->VERSION$obj->DOES$obj->requireanything in UNIVERSAL::$obj->AUTOLOAD-
Each of AUTOLOAD, a named list of known UNIVERSAL functions and then a query for everything currently known are all implemented with
Object::Deadly->get_deathto prevent anything from sneaking through to a successful call against something in UNIVERSAL.