Dancer::Plugin::Device::Layout - Dancer v1 plugin Dancer::Plugin::Device::Layout dynamically changes layout to match user agent's best layout.
Dancer::Plugin::Device::Layout was invented to extend YANICK's Dancer::Plugin::MobileDevice with tablet detection....
BURNERSK/Dancer-Plugin-Device-Layout-v0.1 - 08 Jun 2013 18:34:55 UTC - Search in distribution- Dancer::Plugin::Device::Layout::Example - Sample real life web application.
Dancer::Plugin::Fake::Response - The great new Dancer::Plugin::Fake::Response!
NOUDARD/Dancer-Plugin-Fake-Response-0.03
-
12 Mar 2012 14:35:34 UTC
-
Search in distribution
Dancer::Plugin::KossyValidator - 根据 Kossy 中的 Validator 移植过来的模块
Kossy 是 Perl 中另一个迷你框架,这个模块根据 Kossy 中的 Validator 移植过来支持 Dancer 的模块。 POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII character seen before =encoding in '是'. Assuming ISO8859-1...
FUKAI/Dancer-Plugin-KossyValidator-0.04 - 30 Oct 2012 13:25:57 UTC - Search in distribution
Dancer::Plugin::Queue::MongoDB - Dancer::Plugin::Queue backend using MongoDB
This module implements a Dancer::Plugin::Queue using MongoDBx::Queue....
DAGOLDEN/Dancer-Plugin-Queue-MongoDB-0.003 - 24 Sep 2013 21:20:59 UTC - Search in distribution
Dancer::Plugin::TimeoutManager - Plugin to define route handlers with a timeout
This plugins allows to define route handlers with a maximum amount of time for the code execution. If that time is elapsed and the code of the route still runs, the execution flow is stopped and a default 408 response is returned. If the timeout is s...
WEBORAMA/Dancer-Plugin-TimeoutManager-0.10 - 08 Jan 2019 11:36:53 UTC - Search in distribution
Dancer::Plugin::DictionaryCheck
ABABLABAB/Dancer-Plugin-DictionaryCheck-0.03
-
21 Jan 2013 01:28:39 UTC
-
Search in distribution
Dancer::Plugin::FormattedOutput - Provide output in a variety of formats
AJKALD/Dancer-Plugin-FormattedOutput-0.01
-
18 Feb 2011 14:44:35 UTC
-
Search in distribution
Dancer::Plugin::Legacy::Routing - Dancer Plugin for Deprecating Existing Routes
Often times in refactoring and general software development of web applications a developer will find themselves with the need to support all existing routes while at the same time building out a better set of routes. The major problem here is to fin...
DRZIGMAN/Dancer-Plugin-Legacy-Routing-0.0.4 - 19 Feb 2014 21:10:05 UTC - Search in distribution
Dancer::Plugin::SecureSessionID - A secure replacement of Dancer's built-in session id generator
This plugin overrides the "build_id()" method in Dancer::Session::Abstract and make use of Crypt::OpenSSL::Random to get really secure random session ids....
ZURBORG/Dancer-Plugin-SecureSessionID-0.02 - 10 Oct 2014 15:18:14 UTC - Search in distribution
Dancer::Plugin::Syntax::GetPost - Syntactic sugar for GET+POST handlers
This module provides very simple syntactic sugar to define a handler for GET and POST requests. Instead of writing this: any [qw/get post/] => '/form' => sub { ... }; You can write just this: get_post '/form' => sub { ... };...
DAGOLDEN/Dancer-Plugin-Syntax-GetPost-0.001 - 20 Dec 2012 22:40:42 UTC - Search in distribution
Dancer::Plugin::Auth::Extensible - extensible authentication framework for Dancer apps
A user authentication and authorisation framework plugin for Dancer apps. Makes it easy to require a user to be logged in to access certain routes, provides role-based access control, and supports various authentication methods/sources (config file, ...
BIGPRESH/Dancer-Plugin-Auth-Extensible-1.00 - 01 Sep 2016 11:13:30 UTC - Search in distribution- Dancer::Plugin::Auth::Extensible::Provider::Base - base class for authentication providers
- Dancer::Plugin::Auth::Extensible::Provider::Unix - authenticate *nix system accounts
- Dancer::Plugin::Auth::Extensible::Provider::Config - example auth provider using app config
- 2 more results from Dancer-Plugin-Auth-Extensible »
Dancer::Plugin::Locale::Wolowitz - Internationalization for Dancer
Provides an easy way to translate your application. This module relies on Locale::Wolowitz, please consult the documentation of Locale::Wolowitz....
HOBBESTIG/Dancer-Plugin-Locale-Wolowitz-0.160190 - 19 Jan 2016 23:03:38 UTC - Search in distribution
Dancer::Plugin::Preprocess::Less - Generate CSS files from .less files
Dancer::Plugin::Preprocess::Less adds support for Less files in a Dancer web application. When a request is received for a CSS file, the plugin looks for a Less file with the same name, and transforms it into CSS. The generated CSS file may then be s...
ODYNIEC/Dancer-Plugin-Preprocess-Less-0.021 - 27 Apr 2014 22:01:23 UTC - Search in distribution
Dancer::Plugin::Preprocess::Sass - Generate CSS files from Sass/SCSS files
Dancer::Plugin::Preprocess::Sass adds support for Sass/SCSS files in a Dancer web application. When a request is received for a CSS file, the plugin looks for a Sass/SCSS file with the same name, and transforms it into CSS. The generated CSS file may...
ODYNIEC/Dancer-Plugin-Preprocess-Sass-0.031 - 20 Apr 2014 16:29:55 UTC - Search in distribution
Dancer::Plugin::DataFormValidator - Easy access to Data::FormValidator from within Dancer applications
Provides an easy way to validate user input based on an input profile (specified as per Data::FormValidator) using a "dfv()" keyword within your Dancer application. Configuration In the simplest case you can use "Dancer::Plugin::DataFormValidator" wi...
MDORMAN/Dancer-Plugin-DataFormValidator-0.002 - 17 Nov 2011 18:56:44 UTC - Search in distribution
Dancer::Plugin::PaypalExpressRoutes
This is a Dancer interface for Business::PayPal::API::ExpressCheckout. It calls ExpressCheckout with the three requests involved in a transaction, and also makes available the customer data and transaction data returned in hashes from Paypal for poss...
LSTGEORGE/Dancer-Plugin-PaypalExpressRoutes-0.12 - 02 Apr 2014 20:50:07 UTC - Search in distribution
Dancer::Plugin::PasswordRequirements - Configurable password complexity testing
This module provides a wrapper around Data::Password::Simple, and impliments its functionality. When this plugin is in use D::P::Simple object is retained within Dancer for improved performance, please be aware of the memory footprint implications wh...
ABABLABAB/Dancer-Plugin-PasswordRequirements-0.01 - 20 Feb 2013 01:27:13 UTC - Search in distribution
Dancer::Plugin::Preprocess::Markdown - Generate HTML content from Markdown files
Dancer::Plugin::Preprocess::Markdown generates HTML content from Markdown source files. When an HTML file is requested, and its path matches one of the paths specified in the configuration, the plugin looks for a corresponding Markdown file and proce...
ODYNIEC/Dancer-Plugin-Preprocess-Markdown-0.021 - 26 Apr 2014 21:43:13 UTC - Search in distribution
Dancer::Plugin::Captcha::AreYouAHuman - Easily integrate AreYouAHuman captcha into your Dancer applications
MICVU/Dancer-Plugin-Captcha-AreYouAHuman-1
-
12 Nov 2013 15:34:21 UTC
-
Search in distribution
Dancer::Plugin::Params::Normalization - A plugin for normalizing query parameters in Dancer
This plugin helps you normalize the query parameters in Dancer....
DAMS/Dancer-Plugin-Params-Normalization-0.52 - 17 May 2014 22:18:18 UTC - Search in distribution- Dancer::Plugin::Params::Normalization::Trim
- Dancer::Plugin::Params::Normalization::Abstract - class for custom parameters normalization