There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Data::ResourceSet::Adaptor - Adaptor Interface for ResourceSet

SYNOPSIS

Data::ResourceSet::Adaptor->new(
  constructor => 'new', # optional. default "new"
  class => 'NameOfAdaptedClass',
  args  => \%arguments
);

DESCRIPTION

This is a rip-off of Catalyst::Model::Adaptor

METHODS

ACCEPT_CONTEXT

prepare_arguments

mangle_arguments