NAME
Test::Smoke:ObjectBase - Base class for objects (AUTOLOADed accessors)
DESCRIPTION
This base class provides accessors via AUTOLOAD for hashkeys that start with an underscore.
$self->{_name} gives $self->name()
The accessors are 'getters' as well as 'setters'.