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

NAME

Data::Object::Dispatch

ABSTRACT

Data-Object Dispatch Class

SYNOPSIS

  use Data::Object::Dispatch;

  my $dispatch = Data::Object::Dispatch->new($package);

  $dispatch->call(@args);

DESCRIPTION

Data::Object::Dispatch creates dispatcher objects. A dispatcher is a closure object which when called execute subroutines in a package, and can be curried.

METHODS

This package implements the following methods.

new

  my $data = Data::Object::Dispatch->new("Data::Object::Export");

Construct a new object.

ROLES

This package inherits all behavior from the folowing role(s):

RULES

This package adheres to the requirements in the folowing rule(s):