CGI::Application::Plugin::LogDispatch adds logging support to your
CGI::Application modules by providing a Log::Dispatch dispatcher
object that is accessible from anywhere in the application.
CGI::Application::Plugin::Session seamlessly adds session support to
your CGI::Application modules by providing a CGI::Session object that
is accessible from anywhere in the application.
CGI::Cache is a perl extension to help cache output of time-intensive
CGI scripts so that subsequent visits to such scripts will not cost
as much time.
Provides a Catalyst reusable action role for user role-based authorization.
ACLs are applied via the assignment of attributes to application action
subroutines.
This package is part of the Catalyst Cache family. It allows integration
of Cache::FastMmap and Catalyst
This module extends the Catalyst application class with a "mmap" cache.
Catalyst-Plugin-FillInForm is a Catalyst plugin that automatically fills in
forms if the last form has missing or invalid fields.
This Catalyst plugin uses Data::FormValidator to validate and set
up form data from your request parameters. It's a quite thin wrapper
around that module.
On request, decodes all params from UTF-8 octets into a sequence of
logical characters. On response, encodes body into UTF-8 octets.
HTML::FillInForm::ForceUTF8 is a subclass of HTML::FillInForm that forces
utf8 flag on html and parameters. This allows you to prevent filling
garbled result.
The HTTP::BrowserDetect object does a number of tests on an HTTP user
agent string. The results of these tests are available via methods of
the object.