NAME

Data::Object::RoleHas

ABSTRACT

Data-Object Role Configuration

SYNOPSIS

package Pointable;

use Data::Object::Role;
use Data::Object::RoleHas;

has 'x';
has 'y';

1;

DESCRIPTION

Data::Object::RoleHas 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.