Data::Object::Role::Immutable

Data-Object Immutability Role

use Data::Object::Class;
use Data::Object::Signatures;

with 'Data::Object::Role::Immutable';

method BUILD($args) {
  $self->immutable;

  return $args;
}

This package provides a mechanism for making any derived object immutable.

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 8:

Unknown directive: =name

Around line 12:

Unknown directive: =abstract

Around line 16:

Unknown directive: =synopsis

Around line 30:

Unknown directive: =description