Search results for "Dancer::Plugin::"
Dancer::Plugin::Chain - Chained actions for Dancer
Implementation of Catalyst-like chained routes. This kind of behavior can usually be fulfilled by judicious uses of "prefix". But hey, diversity is the spice of life, so there you go. The plugin exports a single keyword, "chain", which creates the ch...
YANICK/Dancer-Plugin-Chain-0.1.1 - 08 Jul 2017 02:33:51 UTC - Search in distribution
Dancer::Plugin::Email - Simple email sending for Dancer applications
This plugin tries to make sending emails from Dancer applications as simple as possible. It uses Email::Sender under the hood. In a lot of cases, no configuration is required. For example, if your app is hosted on a unix-like server with sendmail ins...
IRONCAMEL/Dancer-Plugin-Email-1.0400 - 23 Mar 2015 05:36:20 UTC - Search in distribution
Dancer::Plugin::Hosts - Config trigger for virtual sites
PERLOVER/Dancer-Plugin-Hosts-0.01
-
19 Oct 2011 09:30:21 UTC
-
Search in distribution
Dancer::Plugin::Mango - MongoDB connections as provided by Mango.
Dancer::Plugin::Mango implements the "Mango" driver from the Mojolicious team. It also uses some of the connection pooling features that the Dancer::Plugin::Database module implements. For the most part, read the Mango documentation for full implemen...
CSEATON/Dancer-Plugin-Mango-0.41 - 04 Nov 2014 21:58:01 UTC - Search in distribution
Dancer::Plugin::Mongo - MongoDB plugin for the Dancer micro framework
Dancer::Plugin::Mongo provides a wrapper around MongoDB. Add the appropriate configuraton options to your config.yml and then you can access a MongoDB database using the 'mongo' keyword. To query the database, use the standard MongoDB syntax, describ...
AJCT/Dancer-Plugin-Mongo-0.03 - 23 May 2011 22:06:50 UTC - Search in distribution
Dancer::Plugin::Piwik - Generate JS code for Piwik
HORNBURG/Dancer-Plugin-Piwik-0.05
-
21 Nov 2016 10:53:20 UTC
-
Search in distribution
Dancer::Plugin::Queue - Dancer plugin for message queue abstractions
This module provides a generic interface to a message queue. Message queue implementations must implement the Dancer::Plugin::Queue::Role::Queue role, which defines the interface to abstract the specifics of the backend....
DAGOLDEN/Dancer-Plugin-Queue-0.002 - 24 Sep 2013 21:16:31 UTC - Search in distribution- Dancer::Plugin::Queue::Array - No abstract given for Dancer::Plugin::Queue::Array
- Dancer::Plugin::Queue::Role::Queue - Dancer::Plugin::Queue implementation API
Dancer::Plugin::Redis - easy database connections for Dancer applications
Provides an easy way to obtain a connected Redis database handle by simply calling the redis keyword within your Dancer application....
CELOGEEK/Dancer-Plugin-Redis-0.8 - 03 Feb 2014 19:56:09 UTC - Search in distribution
Dancer::Plugin::Stomp - A Dancer plugin for messaging using STOMP based message queues.
The goal of this module is to make it as easy as possible to interact with a STOMP message broker. STOMP stands for Simple (or Streaming) Text Orientated Messaging Protocol. It is a simple and standard protocol for messaging systems. See <http://stom...
IRONCAMEL/Dancer-Plugin-Stomp-1.0302 - 12 Nov 2012 09:37:41 UTC - Search in distribution
Dancer::Plugin::Assets - Manage and minify .css and .js assets in a Dancer application
Dancer::Plugin::Assets integrates File::Assets into your Dancer 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 assets->export...
MICVU/Dancer-Plugin-Assets-1.52 - 06 Feb 2014 09:01:40 UTC - Search in distribution
Dancer::Plugin::Nitesi - Nitesi Shop Machine plugin for Dancer
This dancer plugin gives you access to the products, cart and account functions of the Nitesi shop machine....
HORNBURG/Dancer-Plugin-Nitesi-0.0099 - 22 Nov 2013 20:13:44 UTC - Search in distribution- Dancer::Plugin::Nitesi::Routes - Routes for Nitesi Shop Machine
- Dancer::Plugin::Nitesi::Cart::DBI - DBI cart backend for Nitesi
- Dancer::Plugin::Nitesi::Routes::Cart - Cart routes for Nitesi Shop Machine
- 3 more results from Dancer-Plugin-Nitesi »
Dancer::Plugin::Scoped - Allows to set params variables in scope of route handler
JAMHED/Dancer-Plugin-Scoped-0.02fix
-
26 Jan 2012 16:30:58 UTC
-
Search in distribution
Dancer::Plugin::StatsD - Dancer Plugin for StatsD support
WWOLF/Dancer-Plugin-StatsD-0.0001
-
12 Dec 2013 21:13:39 UTC
-
Search in distribution
Dancer::Plugin::WebDAV - Defines routes for methods of HTTP WebDAV
Dancer::Plugin::WebDAV provides the routes controllers to define routes for WebDAV. Just like the routes controllers any, get, patch, post, del, options and put. Please making sure your server implementation accepts HTTP methods from WebDAV. The bin/...
SHELLING/Dancer-Plugin-WebDAV-0.0.5 - 11 Nov 2012 18:15:05 UTC - Search in distribution
Dancer::Plugin::Adapter - Wrap any simple class as a service for Dancer
The problem: you want to use some perl class in your Dancer app, but there's no plugin for it. The solution: as long as the class needs only static data to construct an object, then "Dancer::Plugin::Adaptor" can do the wrapping for you. Think of it a...
DAGOLDEN/Dancer-Plugin-Adapter-0.004 - 26 Jan 2013 03:14:21 UTC - Search in distribution
Dancer::Plugin::Browser - Easy to detect browser.
HOBBESTIG/Dancer-Plugin-Browser-1.130570
-
26 Feb 2013 14:30:11 UTC
-
Search in distribution
- Dancer::Plugin::Browser::Detect - Provides an easy to have info of the browser.
Dancer::Plugin::Dropbox - Dancer plugin for a dropbox-like applications.
MELMOTHX/Dancer-Plugin-Dropbox-0.00002
-
07 Jun 2013 14:51:01 UTC
-
Search in distribution
Dancer::Plugin::FakeCGI - run CGI methods or Perl-files under Dancer
Supports to run CGI perl files on CGI methods under Dancer....
KOCEASY/Dancer-Plugin-FakeCGI-0.63 - 03 Jan 2016 17:00:53 UTC - Search in distribution- Dancer::Plugin::FakeCGI::Apache1 - Simply emulation mod_perl version 1 for CGI
Dancer::Plugin::Lexicon - Flexible I18N using Locale::Maketext::Lexicon for Dancer apps
Dancer::Plugin::Lexicon uses Locale::Maketext::Lexicon to provide I18N functionality to your Dancer application. Translations are stored in PO or MO (compiled PO) gettext files in the "languages/" dir. You can generate or update your PO files by auto...
DRTECH/Dancer-Plugin-Lexicon-0.06 - 03 Aug 2014 07:32:27 UTC - Search in distribution
Dancer::Plugin::Log::DB - log arbitrary messages into a database from within your Dancer application.
Provides an easy way to add arbitrary logging messages into a database for your Dancer application. Supports more than one common field ('message') to add bits of information into. You can add as many fields as you wish in your database table and fil...
NAVI/Dancer-Plugin-Log-DB-0.04 - 21 Nov 2012 10:55:12 UTC - Search in distribution