NAME
Data::Object::Role::Output
ABSTRACT
Data-Object Output Role
SYNOPSIS
use Data::Object::Class;
with 'Data::Object::Role::Output';
DESCRIPTION
Data::Object::Role::Output provides routines for operating on Perl 5 data objects which meet the criteria for being outputable.
METHODS
This package implements the following methods.
print() : NumObject
Output stringified object data.
say
say() : NumObject
Output stringified object data with newline.