Search results for "module:Dancer2"
Dancer2 - Lightweight yet powerful web application framework
Dancer2 is the new generation of Dancer, the lightweight web-framework for Perl. Dancer2 is a complete rewrite based on Moo. Dancer2 can optionally use XS modules for speed, but at its core remains fatpackable (packable by App::FatPacker) so you coul...
CROMEDOME/Dancer2-1.0.0 - 09 Oct 2023 14:11:25 UTC
Dancer2::Test - Useful routines for testing Dancer2 apps
DEPRECATED. This module and all the functions listed below are deprecated. Do not use this module. The routines provided by this module for testing Dancer2 apps are buggy and unnecessary. Instead, use the Plack::Test module as shown in the SYNOPSIS a...
CROMEDOME/Dancer2-1.0.0 - 09 Oct 2023 14:11:25 UTC
Task::Dancer2 - Dancer2... in a box!
This Task installs Dancer2, optional engines, templates and assorted modules that are not included in the Dancer2 core distribution. It is based heavily on the awesome Task::Dancer distribution by Sawyer X and ambs. If you've written anything relatin...
CROMEDOME/Task-Dancer2-0.07 - 05 Feb 2023 23:47:03 UTC
Dancer2::Plugin - base class for Dancer2 plugins
Writing the plugin "use Dancer2::Plugin" The plugin must begin with use Dancer2::Plugin; which will turn the package into a Moo class that inherits from Dancer2::Plugin. The base class provides the plugin with two attributes: "app", which is populate...
CROMEDOME/Dancer2-1.0.0 - 09 Oct 2023 14:11:25 UTC
Dancer2::Debugger - Dancer2 panels for Plack::Debugger
Dancer2::Debugger makes using the excellent Plack::Debugger much more convenient and in addition provides a number of Dancer2 panels. Current panels included with this distribution: Plack::Debugger::Panel::Dancer2::Logger Plack::Debugger::Panel::Danc...
SYSPETE/Dancer2-Debugger-0.008 - 04 Oct 2016 15:53:12 UTC
Dancer2::FileUtils - File utility helpers
Dancer2::FileUtils includes a few file related utilities that Dancer2 uses internally. Developers may use it instead of writing their own file reading subroutines or using additional modules....
CROMEDOME/Dancer2-1.0.0 - 09 Oct 2023 14:11:25 UTC
Dancer2::RPCPlugin - Role to support generic dispatch-table-building
dispatch_builder(%parameters) Parameters Positional: 1. endpoint 2. publish 3. arguments (list of packages for POD-publishing) 4. settings (config->{plugins}{RPC::proto}) rpcplugin_tag Parameters None. Responses <jsonrpc|restrpc|xmlrpc> dispatch_item...
ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC
Dancer2::UserAdmin - Administration for registered users and site memberships
This package provides user administration for your Dancer2 app. Create and manage users, grant user roles, add time-limited renewable memberships to the site, and use those properties for content access, communications, etc. The user object is availa...
TONKIN/Dancer2-UserAdmin-0.9902 - 17 Aug 2019 05:18:23 UTC
Dancer2::CLI::Gen - Create new Dancer2 application
CROMEDOME/Dancer2-1.0.0
-
09 Oct 2023 14:11:25 UTC
Dancer2::Core::DSL - Dancer2's Domain Specific Language (DSL)
CROMEDOME/Dancer2-1.0.0
-
09 Oct 2023 14:11:25 UTC
Dancer2::Core::App - encapsulation of Dancer2 packages
Everything a package that uses Dancer2 does is encapsulated into a "Dancer2::Core::App" instance. This class defines all that can be done in such objects. Mainly, it will contain all the route handlers, the configuration settings and the hooks that a...
CROMEDOME/Dancer2-1.0.0 - 09 Oct 2023 14:11:25 UTC
Dancer2::Plugin::Pg - PostgreSQL connection for Dancer2
LUCAS/Dancer2-Plugin-Pg-0.07
-
30 May 2016 11:24:32 UTC
Dancer2::Core::HTTP - helper for rendering HTTP status codes for Dancer2
CROMEDOME/Dancer2-1.0.0
-
09 Oct 2023 14:11:25 UTC
Dancer2::Core::Time - class to handle common helpers for time manipulations
For consistency, whenever something needs to work with time, it needs to be expressed in seconds, with a timestamp. Although it's very convenient for the machine and calculations, it's not very handy for a human-being, for instance in a configuration...
CROMEDOME/Dancer2-1.0.0 - 09 Oct 2023 14:11:25 UTC
Dancer2::Core::Hook - Manipulate hooks with Dancer2
CROMEDOME/Dancer2-1.0.0
-
09 Oct 2023 14:11:25 UTC
Dancer2::Core::MIME - Class to ease manipulation of MIME types
Dancer2::Core::MIME is a thin wrapper around MIME::Types providing helpful methods for MIME handling....
CROMEDOME/Dancer2-1.0.0 - 09 Oct 2023 14:11:25 UTC
Dancer2::Plugin::Res - Dancer2 add-on for setting status/response.
This is an honest attempt to make Dancer::Plugin::Res to be Dancer2 friendly. It should behave same as it's twin as nothing has changed in functionality. I needed a Dancer2 compatible version of Dancer::Plugin::Res for my other work available on gith...
MANWAR/Dancer2-Plugin-Res-0.10 - 04 Nov 2019 00:43:22 UTC