Object::Deadly::_unsafe - Implementation for the deadly object


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->isa
$obj->can
$obj->version
$obj->DOES
$obj->import
$obj->require
$obj->use
$obj->blessed
$obj->dump
$obj->peek
$obj->refaddr
$obj->exports
$obj->moniker
$obj->plural_moniker
$obj->which
$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_death >> to prevent anything from sneaking through to a successful call against something in UNIVERSAL.

That list of functions are what core perl uses plus a bunch from CPAN modules including the UNIVERSAL manpage, the UNIVERSAL::require manpage, the UNIVERSAL::dump manpage, the UNIVERSAL::exports manpage, the UNIVERSAL::moniker manpage, the UNIVERSAL::which manpage. That's just the list as it exists today. If someone else creates a new one and you load it, be sure to do it *prior* to loading this module so I can have at least a chance at noticing anything it's loaded.


SEE ALSO

the Object::Deadly manpage, the Object::Deadly::_safe manpage

 Object::Deadly::_unsafe - Implementation for the deadly object