Data::Object::RoleHas
Data-Object Role Configuration
package Pointable;
use Data::Object::Role;
use Data::Object::RoleHas;
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