Search results for "module:Catalyst"

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

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...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::Log - Catalyst Log Class River stage three • 603 direct dependents • 677 total dependents

This 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 ...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Task::Catalyst - All you need to start with Catalyst River stage one • 7 direct dependents • 8 total dependents

Installs everything you need to write serious Catalyst applications....

BOBTFISH/Task-Catalyst-4.02 - 22 Aug 2011 12:31:25 UTC

Catalyst::View - Catalyst View base class River stage three • 603 direct dependents • 677 total dependents

This 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 ...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::Base - Deprecated base class River stage three • 603 direct dependents • 677 total dependents

This 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...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::Test - Test Catalyst Applications River stage three • 603 direct dependents • 677 total dependents

This 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...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::Utils - The Catalyst Utils River stage three • 603 direct dependents • 677 total dependents

Catalyst Utilities....

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::Devel - Catalyst Development Tools River stage two • 27 direct dependents • 38 total dependents

The "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 UTC

Catalyst::Stats - Catalyst Timing Statistics Class River stage three • 603 direct dependents • 677 total dependents

This 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...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::Model - Catalyst Model base class River stage three • 603 direct dependents • 677 total dependents

Catalyst Model base class....

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::Action - Catalyst Action River stage three • 603 direct dependents • 677 total dependents

This 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...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::Engine - The Catalyst Engine River stage three • 603 direct dependents • 677 total dependents

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::Helper - Bootstrap a Catalyst application River stage two • 27 direct dependents • 38 total dependents

This 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 UTC

Catalyst::Enzyme - CRUD framework for Catalyst River stage zero No dependents

Catalyst::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 UTC

Catalyst::Manual - The Catalyst developer's manual River stage two • 2 direct dependents • 11 total dependents

ETHER/Catalyst-Manual-5.9012 - 03 Feb 2024 20:02:11 UTC

Catalyst::Runtime - The Catalyst Framework Runtime River stage three • 603 direct dependents • 677 total dependents

This is the primary class for the Catalyst-Runtime distribution, version 5.80....

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::Request - provides information about the current client request River stage three • 603 direct dependents • 677 total dependents

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....

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::Blinker - show a little X11 blinker while Catalyst is reloading River stage zero No dependents

I'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 UTC

Catalyst::Response - stores output responding to the current client request River stage three • 603 direct dependents • 677 total dependents

This 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....

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::Component - Catalyst Component Base Class River stage three • 603 direct dependents • 677 total dependents

This is the universal base class for Catalyst components (Model/View/Controller). It provides you with a generic new() for component construction through Catalyst's component loader with config() support and a process() method placeholder. Note that ...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC
1,272 results (0.028 seconds)