Catalyst::Helper::Model::Factory::PerRequest - helper for the incredibly lazy


Catalyst-Model-Adaptor documentation Contained in the Catalyst-Model-Adaptor distribution.

Index


Code Index:

NAME

Top

Catalyst::Helper::Model::Factory::PerRequest - helper for the incredibly lazy

I CAN HAS DOCS?

Top

Yes, you can has. See Catalyst::Helper::Model::Adaptor and s/Adaptor/Factory::PerRequest/.


Catalyst-Model-Adaptor documentation Contained in the Catalyst-Model-Adaptor distribution.

package Catalyst::Helper::Model::Factory::PerRequest;
use strict;
use warnings;

use base 'Catalyst::Helper::Model::Adaptor';

1;