In order for Catalyst::Plugin::Session to work, the session ID needs to be stored on the client, and the session data needs to be stored on the server. This plugin stores the session ID on the client using the cookie mechanism.
Catalyst::Component::InstancePerContext returns a new instance of a component on each request.
This package allows you to define different interpreters for different test scripts with Test::Run.
This package trims the first components of the displayed filename to deal with excessively long ones.
Catalyst::Plugin::Session::Store::FastMmap is a fast session storage plugin for Catalyst that uses an mmap'ed file to act as a shared memory interprocess cache. It is based on Cache::FastMmap.
The Catalyst::Authentication::Store::DBIx::Class class provides access to authentication information stored in a database via DBIx::Class.
This module sets the body in redirect response, if it's not already set.