Data::Object::ClassHas

Data-Object Class Configuration

package Point;

use Data::Object::Class;
use Data::Object::ClassHas;

has 'x';
has 'y';

1;

This package modifies the consuming package with behaviors useful in defining classes. Specifically, this package wraps the has attribute keyword functions and adds shortcuts and enhancements.

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 8:

Unknown directive: =name

Around line 12:

Unknown directive: =abstract

Around line 16:

Unknown directive: =synopsis

Around line 28:

Unknown directive: =description