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

NAME

Data::Object::Role::Type

ABSTRACT

Data-Object Type Role

SYNOPSIS

  use Data::Object::Class;

  with 'Data::Object::Role::Type';

DESCRIPTION

Data::Object::Role::Type provides routines for operating on Perl 5 data objects which meet the criteria for being considered type objects.

METHODS

This package implements the following methods.

methods

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

The methods method returns all object functions and methods.

type

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

The type method returns object type string.