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

NAME

Data::Object::Role::Dumper

ABSTRACT

Data-Object Dumper Role

SYNOPSIS

  use Data::Object::Class;

  with 'Data::Object::Role::Dumper';

DESCRIPTION

Data::Object::Role::Dumper provides routines for operating on Perl 5 data objects which meet the criteria for being dumpable.

METHODS

This package implements the following methods.

dump

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

The dump method returns a string representation of the underlying data.