Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTCThis module provides the default, simple logging functionality for Catalyst. If you want something different set "$c->log" in your application module, e.g.: $c->log( MyLogger->new ); Your logging object is expected to provide the interface described ...
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTCInstalls everything you need to write serious Catalyst applications....
BOBTFISH/Task-Catalyst-4.02 - 22 Aug 2011 12:31:25 UTCThis is the Catalyst View base class. It's meant to be used as a base class by Catalyst views. As a convention, views are expected to read template names from $c->stash->{template}, and put the output into $c->res->body. Some views default to render ...
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTCThis module allows you to make requests to a Catalyst application either without a server, by simulating the environment of an HTTP request using HTTP::Request::AsCGI or remotely if you define the CATALYST_SERVER environment variable. This module als...
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTCThis used to be the base class for Catalyst Controllers. It remains here for compatibility reasons, but its use is highly deprecated. If your application produces a warning, then please update your application to inherit from Catalyst::Controller ins...
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTCThe "Catalyst-Devel" distribution includes a variety of modules useful for the development of Catalyst applications, but not required to run them. This is intended to make it easier to deploy Catalyst apps. The runtime parts of Catalyst are now known...
HAARG/Catalyst-Devel-1.42 - 11 Sep 2020 12:33:48 UTCThis module provides the default, simple timing stats collection functionality for Catalyst. If you want something different set "MyApp->stats_class" in your application module, e.g.: __PACKAGE__->stats_class( "My::Stats" ); If you write your own, yo...
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTCCatalyst Utilities....
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTCCatalyst Model base class....
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTCCatalyst::Enzyme is a layer on top of the Catalyst framework providing CRUD functionality for Class::DBI models. Enzyme uses convention and configuration to provide e.g. extensible CRUD out-of-the-box, and a common way of dealing with error handling ...
JOHANL/Catalyst-Enzyme-0.11 - 14 Jan 2006 12:32:26 UTCThis module is used by catalyst.pl to create a set of scripts for a new catalyst application. The scripts each contain documentation and will output help on how to use them if called incorrectly or in some cases, with no arguments. It also provides s...
HAARG/Catalyst-Devel-1.42 - 11 Sep 2020 12:33:48 UTCThis class represents a Catalyst Action. You can access the object for the currently dispatched action via $c->action. See the Catalyst::Dispatcher for more information on how actions are dispatched. Actions are defined in Catalyst::Controller subcla...
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTCHAARG/Catalyst-Manual-5.9011 - 22 Jul 2020 14:18:11 UTC
This is the Catalyst Request class, which provides an interface to data for the current client request. The request object is prepared by Catalyst::Engine, thus hiding the details of the particular engine implementation....
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTCI'm developing under Catalyst and am using the Catalyst test server that is running on my local machine and is relaoding every time I'm saving changes to the source tree. This is a cool feature, but I have to wait in front of the browser until the ap...
KARASIK/Catalyst-Blinker-1.0 - 17 May 2013 12:19:59 UTCThis is the primary class for the Catalyst-Runtime distribution, version 5.80....
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTCThis is the Catalyst Response class, which provides methods for responding to the current client request. The appropriate Catalyst::Engine for your environment will turn the Catalyst::Response into a HTTP Response and return it to the client....
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTCThis is the base class for all restarters, and it also provide functionality for picking an appropriate restarter subclass for a given platform. This class uses File::ChangeNotify to watch one or more directories of files and restart the Catalyst ser...
HAARG/Catalyst-Devel-1.42 - 11 Sep 2020 12:33:48 UTC