Data::Object::Role

Data-Object Role Declaration

package Persona;

use Data::Object::Role;

with 'Relatable';

1;

This package modifies the consuming package making it a Moo role.

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 26:

Unknown directive: =description