Dancer - lightweight yet powerful web application framework
Dancer is a web application framework designed to be as effortless as possible for the developer, taking care of the boring bits as easily as possible, yet staying out of your way and letting you get on with writing your code. Dancer aims to provide ...
BIGPRESH/Dancer-1.3513 - 29 Jan 2020 21:03:12 UTC
Dancer::OO::Dancer - Allows to set params variables in scope of route handler
JAMHED/Dancer-OO-depfix
-
27 Jan 2012 12:09:43 UTC
Dancer::HTTP - helper for rendering HTTP status codes for Dancer
Helper for rendering HTTP status codes for Dancer...
BIGPRESH/Dancer-1.3513 - 29 Jan 2020 21:03:12 UTC
Dancer::MIME - Singleton object to handle MimeTypes
BIGPRESH/Dancer-1.3513
-
29 Jan 2020 21:03:12 UTC
Task::Dancer - Dancer in a box
This Task installs Dancer, optional engines, templates and assorted modules that are not included in the Dancer core distribution. If you've written anything relating to Dancer, please let us know. We try to maintain a list of modules that are mainta...
AMBS/Task-Dancer-0.39 - 29 Aug 2015 16:55:54 UTC
Dancer::Hook - Class to manipulate hooks with Dancer
Manipulate hooks with Dancer...
BIGPRESH/Dancer-1.3513 - 29 Jan 2020 21:03:12 UTC
Dancer::Test - Test helpers to test a Dancer application
This module provides test helpers for testing Dancer apps. Be careful, the module loading order in the example above is very important. Make sure to use "Dancer::Test" after importing the application package otherwise your appdir will be automaticall...
BIGPRESH/Dancer-1.3513 - 29 Jan 2020 21:03:12 UTC
Dancer::Route - Class to represent a route in Dancer
BIGPRESH/Dancer-1.3513
-
29 Jan 2020 21:03:12 UTC
Dancer::Error - class for representing fatal errors
With Dancer::Error you can throw reasonable-looking errors to the user instead of crashing the application and filling up the logs. This is usually used in debugging environments, and it's what Dancer uses as well under debugging to catch errors and ...
BIGPRESH/Dancer-1.3513 - 29 Jan 2020 21:03:12 UTC
Dancer::Timer - a timer for Dancer
Dancer::Timer provides Dancer with a timing object to clock operations. For example, you might want a logging that shows you when each operation happened (at what time) to determine how long each operation was in order to know where to focus on for p...
BIGPRESH/Dancer-1.3513 - 29 Jan 2020 21:03:12 UTC
Dancer::Debug - Extend Plack::Middleware::Debug with some specific panels for Dancer
Dancer::Debug extends Plack::Middleware::Debug with some specific panels for Dancer....
FRANCKC/Dancer-Debug-0.03 - 02 Aug 2010 19:26:57 UTC
Dancer::Object - Objects base class for Dancer
While we love Moose, we can't use it for Dancer and still keep Dancer minimal, so we wrote Dancer::Object instead. It provides you with attributes and an initializer....
BIGPRESH/Dancer-1.3513 - 29 Jan 2020 21:03:12 UTC
Dancer::Logger - common interface for logging in Dancer
This module is the wrapper that provides support for different logger engines....
BIGPRESH/Dancer-1.3513 - 29 Jan 2020 21:03:12 UTC
Dancer::Cookie - class representing cookies
Dancer::Cookie provides an HTTP cookie object to work with cookies....
BIGPRESH/Dancer-1.3513 - 29 Jan 2020 21:03:12 UTC
Dancer::Plugin - helper for writing Dancer plugins
Create plugins for Dancer...
BIGPRESH/Dancer-1.3513 - 29 Jan 2020 21:03:12 UTC
Dancer::Engine - base class for Dancer engines
Dancer has various engines such Serializer engines, Template engines, Logger engines and Session handlers engines. This is the base class for all Dancer engines. If you're writing an engine of a common type (such as those mentioned above), you probab...
BIGPRESH/Dancer-1.3513 - 29 Jan 2020 21:03:12 UTC
Dancer::Config - how to configure Dancer to suit your needs
Dancer::Config handles reading and changing the configuration of your Dancer apps. The documentation for this module aims to describe how to change settings, and which settings are available....
BIGPRESH/Dancer-1.3513 - 29 Jan 2020 21:03:12 UTC