Search results for "Catalyst::Plugin::"
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 - Aug 22, 2010 - Search in distribution
Catalyst::Plugin::C3 - Catalyst Plugin to subvert NEXT to use Class::C3
*** WARNING *** THIS MODULE IS STILL EXPERIMENTAL !!! This module is related to the possible transition of Catalyst from NEXT to Class::C3. This transition hasn't happened yet, and might not for a while. This module is only intended for use by Cataly...
BLBLACK/Catalyst-Plugin-C3-0.03 - Jun 04, 2007 - 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 - Sep 02, 2006 - Search in distribution- Catalyst::Plugin::Flavour::Data - Flavour data class
Catalyst::Plugin::ENV - getter for value from enviroment
In some tasks in catalyst app - you need value for your variable from %ENV When catapp works as fcgi server - you can get this values from $c->engine->env If you run devel catalyst server - you can get this values from %ENV The plugin give you availa...
PLCGI/Catalyst-Plugin-ENV-0.02 - May 11, 2009 - Search in distribution
Catalyst::Plugin::URI - Yet another sugar plugin for $c->uri_for
NOTE Starting with version 0.003 I changed that way this works. If you want or need the old API for backcompatibility please set the following configuration flag: MyApp->config('Plugin::URI' => { version => 1 }); NOTE Starting with version 0.005 we r...
JJNAPIORK/Catalyst-Plugin-URI-0.006 - Aug 14, 2023 - Search in distribution
Catalyst::Plugin::CRUD - CRUD (create/read/update/delete) Plugin for Catalyst
This module provides CRUD (create/read/update/delete) action. create: insert new record read: retrieve record update: update already record delete: delete record list: retrieve all records EXPORT None by default....
BAYSIDE/Catalyst-Plugin-CRUD-0.21 - Oct 02, 2007 - Search in distribution- Catalyst::Controller::CRUD - CRUD (create/read/update/delete) Controller for Catalyst
- Catalyst::Helper::Model::CRUD - generate sqls, controllers and templates from DBDesigner 4 file
- Catalyst::Controller::CRUD::DBIC - Implementation for Catalyst::Controller::CRUD
- 2 more results from Catalyst-Plugin-CRUD »
Catalyst::Plugin::I18N - I18N for Catalyst
Supports mo/po files and Maketext classes under your application's I18N namespace. # MyApp/I18N/de.po msgid "Hello Catalyst" msgstr "Hallo Katalysator" # MyApp/I18N/i_default.po msgid "messages.hello.catalyst" msgstr "Hello Catalyst - fallback transl...
BOBTFISH/Catalyst-Plugin-I18N-0.10 - Jun 16, 2010 - Search in distribution- Catalyst::Plugin::I18N::Manual - (Draft) I18N and L10N with Catalyst and Template Toolkit.
Catalyst::Plugin::Mode - select config values depends in your development process
Only include the plugin in your main app module Sometimes you need any values for your environment(development,test,predproduction,production) For example in development you use such urls as http://you_url in test http://test_domain.you_url/path in p...
PLCGI/Catalyst-Plugin-Mode-0.03 - Jan 19, 2009 - Search in distribution
Catalyst::Plugin::OIDC - OIDC protocol integration for Catalyst
This plugin makes it easy to integrate the OpenID Connect protocol into a Catalyst application. It essentially uses the OIDC-Client <https://metacpan.org/dist/OIDC-Client> distribution....
SMOURLHOU/Catalyst-Plugin-OIDC-0.01 - Feb 10, 2025 - Search in distribution
Catalyst::Plugin::Cache - Flexible caching support for Catalyst.
This plugin gives you access to a variety of systems for caching data. It allows you to use a very simple configuration API, while maintaining the possibility of flexibility when you need it later. Among its features are support for multiple backends...
BOBTFISH/Catalyst-Plugin-Cache-0.12 - Feb 25, 2013 - Search in distribution- Catalyst::Plugin::Cache::Store - how to write a Cache store plugin.
- Catalyst::Plugin::Cache::Curried - Curried versions of cache_set, cache_get and cache_remove that look more like a backend.
- Catalyst::Plugin::Cache::Backend - Bare minimum backend interface.
- 2 more results from Catalyst-Plugin-Cache »
Catalyst::Plugin::Flash - put values on the stash of the next request
This plugin will allow providing values that will automatically be placed on the stash during a subsequent request....
ARISTOTLE/Catalyst-Plugin-Flash-0.002 - Jul 07, 2024 - Search in distribution
Catalyst::Plugin::Hooks - Add hooks to Catalyst engine actions
Don't use this plugin! Use Catalyst::Plugin::Observe. All functionality provided in C:P:Hooks will very shortly be available in C:P:Observe. C:P:Hooks is probably not going to work in the next Catalyst release, so rewrite your code to use C:P:Observe...
BERIKV/Catalyst-Plugin-Hooks-0.03 - Nov 22, 2006 - Search in distribution
Padre::Plugin::Catalyst - Catalyst helper interface for Padre
As all Padre plugins, after installation you need to enable it via "Plugins->Plugin Manager". Once you enable it, you should see a 'Catalyst Dev Server' panel on the bottom of your screen (probably next to your 'output' tab). This panel lets you star...
AZAWAWI/Padre-Plugin-Catalyst-0.13 - Dec 08, 2010 - Search in distribution- Padre::Plugin::Catalyst::Util - A collection of utility functions
- Padre::Plugin::Catalyst::Panel - A Catalyst plugin panel
- Padre::Plugin::Catalyst::Helper - The Catalyst plugin helper
- 2 more results from Padre-Plugin-Catalyst »
Catalyst::Plugin::AtomServer - Atom API server for Catalyst applications
*Catalyst::Plugin::AtomServer* implements the necessary bits to make it easy to build an Atom API server for any Catalyst-based application. It implements: * Simple XML Views *Catalyst::View::Atom::XML* provides a base view class that your applicatio...
BTROTT/Catalyst-Plugin-AtomServer-0.04 - Jun 27, 2006 - Search in distribution- Catalyst::View::Atom::XML - XML serialization for Atom objects
Catalyst::Plugin::Assets - Manage and minify .css and .js assets in a Catalyst application
Catalyst::Plugin::Assets integrates File::Assets into your Catalyst application. Essentially, it provides a unified way to include .css and .js assets from different parts of your program. When you're done processing a request, you can use $catalyst-...
RKRIMEN/Catalyst-Plugin-Assets-0.036 - Feb 18, 2010 - Search in distribution
Catalyst::Plugin::AtomPP - Dispatch AtomPP methods with Catalyst.
This plugin allows you to dispatch AtomPP methods with Catalyst. Require other authentication plugin, if needed. (Authentication::CDBI::Basic, WSSE, or so)...
TYPESTER/Catalyst-Plugin-AtomPP-0.04 - Sep 15, 2005 - Search in distribution
Catalyst::Plugin::ClamAV - ClamAV scanning Plugin for Catalyst
This plugin add virus scan method (using ClamAV) for Catalyst. Using ClamAV::Client module....
FUJIWARA/Catalyst-Plugin-ClamAV-0.03 - Feb 28, 2007 - Search in distribution
Catalyst::Plugin::Imager - Imager Plugin for Catalyst
This module's intention is to make the wonders of Imager easily accesible within a Catalyst application via the Catalyst::Plugin interface. It adds the method "imager" to the "Catalyst" namespace....
DAMBAR/Catalyst-Plugin-Imager-0.01 - May 17, 2007 - Search in distribution
Catalyst::Plugin::Images - Generate image tags for static files.
This plugin provides a quick and easy way to include your images on the page, automatically extracting and caching image metadata. It's automatically extendable, just pass whatever attribute you require as a key/value pair, and it will be added to th...
BOBTFISH/Catalyst-Plugin-Images-0.02 - Jan 20, 2009 - Search in distribution
Catalyst::Plugin::Server - Base Server plugin for RPC-able protocols
Base plugin for XMLRPC and our future SOAP server. For further information, see one of the Server plugins...
JLMARTIN/Catalyst-Plugin-Server-0.28 - Jul 13, 2010 - Search in distribution- Catalyst::Plugin::Server::XMLRPC - Catalyst XMLRPC Server Plugin
- Catalyst::Plugin::Server::XMLRPC::DispatchType::XMLRPCPath - XMLRPCPath DispatchType