Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Catalyst::Continuation - Pseudo-continuation objects for Catalyst River stage zero No dependents

This object is returned by the "cont" in Catalyst::Plugin::Continuation method. It captures the current state of execution within the context object as best as it can, within the limitations perl and Perl. Please do not try to construct it directly....

NUFFIN/Catalyst-Plugin-Continuation-0.01 - 03 May 2006 14:10:53 UTC - Search in distribution

Catalyst::ResponseHelpers - Concise response constructors for Catalyst controllers River stage zero No dependents

Various helper functions for setting up the current Catalyst::Response object. All response helpers call "Catalyst/detach" to stop request processing. For clarity in your controller actions, it is nevertheless recommended that you call these helpers ...

TSIBLEY/Catalyst-ResponseHelpers-1.02 - 14 Sep 2016 16:39:38 UTC - Search in distribution

Catalyst::ActionSignatures - so you can stop looking at @_ River stage zero No dependents

Lets you declare required action dependencies via the method signature. This subclasses signatures to allow you a more concise approach to creating your controllers. This injects your method signature into the code so you don't need to use @_. You sh...

JJNAPIORK/Catalyst-ActionSignatures-0.011 - 14 Jul 2017 23:55:53 UTC - Search in distribution

Catalyst::ControllerPerContext - Context Scoped Controlelrs River stage zero No dependents

Classic Catalyst::Controllers are application scoped, which means we create an instance of the controller when the application starts as a singleton instance, which is reused for all request going forward. This has the lowest overhead. However it mak...

JJNAPIORK/Catalyst-ControllerPerContext-0.007 - 04 Jan 2024 13:52:49 UTC - Search in distribution

Catalyst::Plugin::Alarm - call an action with a timeout value River stage zero No dependents

Catalyst::Plugin::Alarm implements the timeout_call() function of Sys::SigAction for both global and local alarms. You may set a global timeout value that will trigger alarm if the total processing time of any request exceeds N seconds. You may call ...

KARMAN/Catalyst-Plugin-Alarm-0.05 - 22 Aug 2010 03:57:00 UTC - Search in distribution

Catalyst::View::BK - Catalyst View for Bricklayer::Templater River stage zero No dependents

Catalyst View. Implements the Bricklayer Templating engine for Catalyst...

ZAPHAR/Catalyst-View-BK-0.2 - 23 Aug 2007 21:00:08 UTC - Search in distribution

Catalyst::View::GD - A Catalyst View for GD images River stage zero No dependents

This is a Catalyst View subclass which can handle rendering GD based image content....

STEVAN/Catalyst-View-GD-0.01 - 10 Jul 2007 01:15:02 UTC - Search in distribution

Catalyst::View::TD - Catalyst Template::Declare View Class River stage zero No dependents

This is the Catalyst view class for Template::Declare. Your application should define a view class that subclasses this module. The easiest way to achieve this is using the myapp_create.pl script (where myapp should be replaced with whatever your app...

DWHEELER/Catalyst-View-TD-0.12 - 14 Nov 2009 17:23:02 UTC - Search in distribution

Catalyst::View::TT - Template View Class River stage two • 60 direct dependents • 77 total dependents

This is the Catalyst view class for the Template Toolkit. Your application should defined a view class which is a subclass of this module. Throughout this manual it will be assumed that your application is named MyApp and you are creating a TT view n...

JJNAPIORK/Catalyst-View-TT-0.46 - 03 Aug 2022 22:55:14 UTC - Search in distribution

Catalyst::Plugin::Flavour - Catalyst plugin for request flavours. River stage zero No dependents

This plugin allows you to handle request flavours like Blosxom....

TYPESTER/Catalyst-Plugin-Flavour-0.03 - 02 Sep 2006 08:49:16 UTC - Search in distribution

Catalyst::Model::S3 - Catalyst model for Amazon's S3 web service River stage zero No dependents

This is a Catalyst model class that interfaces with Amazon's Simple Storage Service. See the Net::Amazon::S3 documentation for a description of the methods available. For more on S3 visit: <http://aws.amazon.com/s3>...

DCARDWELL/Catalyst-Model-S3-0.03 - 28 Mar 2007 22:33:15 UTC - Search in distribution

Catalyst::View::CSV - CSV view class River stage zero No dependents

Catalyst::View::CSV provides a Catalyst view that generates CSV files. You can use either a Perl array of arrays, an array of hashes, an array of objects, or a database cursor as the source of the CSV data. For example: my $data = [ [ "Dead Poets Soc...

JMREIN/Catalyst-View-CSV-1.8 - 04 Feb 2021 21:49:32 UTC - Search in distribution

Catalyst::View::PHP - Template View Class River stage zero No dependents

This is the Catalyst view class for the PHP::Interpreter. Your application subclass should inherit from this class. This plugin renders the template specified in "$c->stash->{template}", or failing that, "$c->request->match". The template variables a...

RCONOVER/Catalyst-View-PHP-0.01 - 22 Aug 2005 19:27:05 UTC - Search in distribution

Catalyst::View::PSP - PSP View Class River stage zero No dependents

This is the "PSP" view class. Your subclass should inherit from this class. METHODS new The constructor for the PSP view. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 8: =over without closing =back...

MRAMBERG/Catalyst-View-PSP-0.01 - 03 May 2005 15:26:07 UTC - Search in distribution
1,216 results (0.104 seconds)