package Data::Object::RoleHas; use 5.014; use strict; use warnings; use parent 'Data::Object::Attributes'; our $VERSION = '2.01'; # VERSION 1; =encoding utf8 =head1 NAME Data::Object::RoleHas =cut =head1 ABSTRACT Attribute Builder for Data-Object Role =cut =head1 SYNOPSIS package main; # use Data::Object::Role; use Data::Object::RoleHas; 1; =cut =head1 DESCRIPTION This package provides options for defining class attributes. =cut =head1 INHERITS This package inherits behaviors from: L =cut =head1 AUTHOR Al Newkirk, C =head1 LICENSE Copyright (C) 2011-2019, Al Newkirk, et al. This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the L<"license file"|https://github.com/iamalnewkirk/data-object-rolehas/blob/master/LICENSE>. =head1 PROJECT L L L L L L =cut