The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

  my $print = $self->print();

Output stringified object data.

say

  my $say = $self->say();

Output stringified object data with newline.