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

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'.