NAME

Data::Object::Config::Role

ABSTRACT

Data-Object Role Configuration

SYNOPSIS

package Pointable;

use Data::Object::Role;
use Data::Object::Config::Role;

has 'x';
has 'y';

1;

DESCRIPTION

Data::Object::Config::Role modifies the consuming package with behaviors useful in defining roles. Specifically, this package wraps the has attribute keyword functions and adds enhancements which as documented in Data::Object::Role.