Search results for "Catalyst"
Catalyst - The Elegant MVC Web Application Framework
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- Catalyst::Log - Catalyst Log Class
- Catalyst::UTF8 - All About UTF8 and Catalyst Encoding
- Catalyst::View - Catalyst View base class
- 52 more results from Catalyst-Runtime »
Task::Catalyst - All you need to start with Catalyst
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
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::Helper - Bootstrap a Catalyst application
- Catalyst::Restarter - Uses File::ChangeNotify to check for changed files and restart the server
- Module::Install::Catalyst - Module::Install extension for Catalyst
- 2 more results from Catalyst-Devel »
Catalyst::Enzyme - CRUD framework for Catalyst
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::Enzyme::Controller - Enzyme Controller Base Class with utility methods
- Catalyst::Enzyme::CRUD::Model - CRUD Model Component
- Catalyst::Enzyme::CRUD::Controller - CRUD Controller Base Class with CRUD support
- 1 more result from Catalyst-Enzyme »
Catalyst::Manual - The Catalyst developer's manual
HAARG/Catalyst-Manual-5.9011
-
22 Jul 2020 14:18:11 UTC
-
Search in distribution
- Catalyst::Manual::About - The philosophy of Catalyst
- Catalyst::Manual::Intro - Introduction to Catalyst
- Catalyst::Manual::Actions - Catalyst Reusable Actions
- 31 more results from Catalyst-Manual »
Catalyst::Blinker - show a little X11 blinker while Catalyst is reloading
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
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
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 @_
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::ActionSignatures::Rationale - Why use this module?
Catalyst::ControllerPerContext - Context Scoped Controlelrs
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.006 - 27 Aug 2023 01:14:17 UTC - Search in distribution- Catalyst::ControllerRole::URI - Inject local URI helpers
Catalyst::Plugin::Alarm - call an action with a timeout value
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::Plugin::Flavour - Catalyst plugin for request flavours.
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::Plugin::Flavour::Data - Flavour data class
Catalyst::View::BK - Catalyst View for Bricklayer::Templater
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::Helper::View::BK - Helper for BK Views
Catalyst::View::GD - A Catalyst View for GD images
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
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::Helper::TDClass - Helper for creating TD Template classes
- Catalyst::Helper::View::TD - Helper for TD Views
Catalyst::View::TT - Template View Class
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::Helper::View::TT - Helper for TT Views
- Catalyst::Helper::View::TTSite - Helper for TT view which builds a skeleton web site
Catalyst::Model::S3 - Catalyst model for Amazon's S3 web service
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::Helper::Model::S3 - Helper for S3 Catalyst models
Catalyst::View::CSV - CSV view class
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::Helper::View::CSV - Helper for CSV views
Catalyst::View::PHP - Template View Class
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::Helper::View::PHP - Helper for PHP Views
Catalyst::View::PSP - PSP View Class
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- Catalyst::Helper::View::PSP - Helper for PSP Views