Search results for "Catalyst"

Catalyst::Plugin::AutoCRUD - Instant AJAX web front-end for DBIx::Class River stage one • 2 direct dependents • 2 total dependents

This module contains an application which will automatically construct a web interface for a database on the fly. The web interface supports Create, Retrieve, Update, Delete and Search operations. The interface is not written to static files on your ...

OLIVER/Catalyst-Plugin-AutoCRUD-2.200002 - 14 Feb 2015 10:26:37 UTC - Search in distribution

Catalyst::Plugin::BuildURI - Build URI by action name, namespace, and args River stage zero No dependents

This module is building uri string from namespace, action name, args or other....

ZIGOROU/Catalyst-Plugin-BuildURI-0.1 - 18 Jan 2009 07:54:58 UTC - Search in distribution

Catalyst::Plugin::CodeEval - Module for huge Catalyst application development. River stage zero No dependents

perl script file is executed by using eval. happiness visits when starting of your application is very slow....

SHOT/Catalyst-Plugin-CodeEval-0.012 - 04 Apr 2006 12:55:02 UTC - Search in distribution

Catalyst::Plugin::Compress - Compress response River stage one • 1 direct dependent • 1 total dependent

This module combines Catalyst::Plugin::Deflate Catalyst::Plugin::Gzip Catalyst::Plugin::Zlib into one. It compress response to [gzip bzip2 zlib deflate] if client supports it. In other works the client should send the Accept-Encoding HTTP header with...

JJNAPIORK/Catalyst-Plugin-Compress-0.006 - 29 Dec 2014 16:41:30 UTC - Search in distribution

Catalyst::Plugin::DateTime - DateTime plugin for Catalyst. River stage zero No dependents

This module's intention is to make the wonders of DateTime easily accesible within a Catalyst application via the Catalyst::Plugin interface. It adds the methods "datetime" and "dt" to the "Catalyst" namespace....

JKISER/Catalyst-Plugin-DateTime-0.03 - 16 Jan 2006 20:01:16 UTC - Search in distribution

Catalyst::Plugin::Facebook - Build Facebook applications in Catalyst easier River stage one • 1 direct dependent • 1 total dependent

ANDREMAR/Catalyst-Plugin-Facebook-0.2 - 27 Aug 2009 07:24:35 UTC - Search in distribution

Catalyst::Plugin::Markdown - Markdown for Catalyst River stage zero No dependents

Persistent Markdown processor for Catalyst....

CLACO/Catalyst-Plugin-Markdown-0.01 - 25 Mar 2006 04:39:38 UTC - Search in distribution

Catalyst::Plugin::Moostash - Provides Moose interface for stash River stage zero No dependents

Define your Moostash class: package MyApp::Moostash; use Moose; extends 'Catalyst::Plugin::Moostash::Base'; has user_id => ( is => 'ro', isa => 'Int', writer => 'set_user_id', ); Load plugin in MyApp class: use Catalyst qw/ ConfigLoader Static::Simpl...

ROMANF/Catalyst-Plugin-Moostash-v0.1.2 - 02 Oct 2014 14:37:13 UTC - Search in distribution

Catalyst::Plugin::Perlinfo - Display HTML::Perlinfo on the debug screen River stage zero No dependents

This plugin will enhance the standard Catalyst debug screen by including a large amount of information about your Perl installation in HTML. So far, this includes information about Perl compilation options, the Perl version, server information and en...

ACCARDO/Catalyst-Plugin-Perlinfo-0.01 - 04 Dec 2016 22:44:29 UTC - Search in distribution

Catalyst::Plugin::Redirect - Redirect for Catalyst used easily is offered. River stage one • 1 direct dependent • 5 total dependents

Redirect for Catalyst used easily is offered....

SHOT/Catalyst-Plugin-Redirect-0.02 - 07 Jan 2006 13:39:40 UTC - Search in distribution

Catalyst::Plugin::SmartURI - Configurable URIs for Catalyst River stage one • 1 direct dependent • 1 total dependent

Configure whether "$c->uri_for" and "$c->req->uri_with" return absolute, hostless or relative URIs, or URIs based on the 'Host' header. Also allows configuring which URI class to use. Works on application-wide or per-request basis. This is useful in ...

RKITOVER/Catalyst-Plugin-SmartURI-0.041 - 04 Oct 2015 08:28:38 UTC - Search in distribution

Catalyst::Plugin::Snippets - Make sharing data with clients easy River stage zero No dependents

This plugin provides a means of setting data that can then be queried by a client in a different request. This is useful for making things such as progress meters and statistics amongst other things. This plugin provides an API for storing data, and ...

BOBTFISH/Catalyst-Plugin-Snippets-0.03 - 05 May 2012 13:36:41 UTC - Search in distribution

Catalyst::View::Base::JSON - a 'base' JSON View River stage zero No dependents

This is a Catalyst view that lets you create one view per reponse type of JSON you are generating. Because you are creating one view per reponse type that means you can define an interface for that view which is strongly typed. Also, since the view i...

JJNAPIORK/Catalyst-View-Base-JSON-0.003 - 27 Apr 2018 20:29:29 UTC - Search in distribution

Catalyst::View::Bio::SeqIO - use BioPerl's Bio::SeqIO as a Catalyst view River stage one • 1 direct dependent • 1 total dependent

RBUELS/Catalyst-View-Bio-SeqIO-0.02 - 21 Feb 2011 06:44:36 UTC - Search in distribution

Catalyst::View::FillInForm - Moose role for HTML::FillInform River stage zero No dependents

This role will use HTML::FillInForm to fill in fields in an HTML form....

GSHANK/Catalyst-View-FillInForm-0.03 - 20 Jul 2009 20:36:08 UTC - Search in distribution

Catalyst::View::HTML::Zoom - Catalyst view to HTML::Zoom River stage zero No dependents

This is our first pass attempt at bringing HTML::Zoom to Catalyst. You should be familiar with HTML::Zoom before using this. Additionally, as this is an early attempt to envision how this will work we say: "Danger, Will Robinson!" <http://en.wikipedi...

CYCLES/Catalyst-View-HTML-Zoom-0.003 - 03 Mar 2011 17:47:21 UTC - Search in distribution

Catalyst::View::JavaScript - Cache and/or compress JavaScript output River stage zero No dependents

PERLER/Catalyst-View-JavaScript-0.995 - 29 Jan 2010 00:16:40 UTC - Search in distribution

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

Want to use a MicroMason component in your views? No problem! Catalyst::View::MicroMason comes to the rescue....

JROCKWAY/Catalyst-View-MicroMason-0.05 - 19 Aug 2007 01:08:05 UTC - Search in distribution

Catalyst::View::PDF::Reuse - Create PDF files from Catalyst using Template Toolkit templates River stage one • 1 direct dependent • 1 total dependent

Catalyst::View::PDF::Reuse provides the facility to generate PDF files from a Catalyst application by embedding PDF::Reuse commands within a Template Toolkit template. Template Syntax Within your template you will have access to a "pdf" object which ...

ALTREUS/Catalyst-View-PDF-Reuse-0.05 - 09 Jul 2015 09:35:38 UTC - Search in distribution

Catalyst::View::REST::YAML - YAML View Class River stage zero No dependents

This is the "YAML" view class. OVERLOADED METHODS process Serializes $c->stash to $c->response->output....

BOBTFISH/Catalyst-View-REST-YAML-0.01 - 22 Jan 2010 03:20:48 UTC - Search in distribution
1,215 results (0.194 seconds)