Object::Deadly::_safe - Implementation for the not-deadly object


Object-Deadly documentation Contained in the Object-Deadly distribution.

Index


Code Index:

NAME

Top

Object::Deadly::_safe - Implementation for the not-deadly object

DESCRIPTION

Top

This is a class with no overloading. It is a temporary name for objects which need to have their guts peeked at.

SEE ALSO

Top

Object::Deadly, Object::Deadly::_unsafe


Object-Deadly documentation Contained in the Object-Deadly distribution.

## no critic (Strict,Warnings,PodSections,Version)
package Object::Deadly::_safe;

# $Revision$
# $Source$
# $Date$

1;

__END__