The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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->require
anything 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_death to prevent anything from sneaking through to a successful call against something in UNIVERSAL.

SEE ALSO

Object::Deadly, Object::Deadly::_safe