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-0.300005 - 26 Jan 2021 20:59:33 UTCThis 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.06 - 09 Nov 2015 03:59:38 UTCCROMEDOME/Dancer2-0.300005 - 26 Jan 2021 20:59:33 UTC
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-0.300005 - 26 Jan 2021 20:59:33 UTCWriting 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-0.300005 - 26 Jan 2021 20:59:33 UTCDancer2::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 UTCDancer2::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-0.300005 - 26 Jan 2021 20:59:33 UTCThis 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 UTCEverything 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-0.300005 - 26 Jan 2021 20:59:33 UTCCROMEDOME/Dancer2-0.300005 - 26 Jan 2021 20:59:33 UTC
LUCAS/Dancer2-Plugin-Pg-0.07 - 30 May 2016 11:24:32 UTC
CROMEDOME/Dancer2-0.300005 - 26 Jan 2021 20:59:33 UTC
Dancer2::Core::MIME is a thin wrapper around MIME::Types providing helpful methods for MIME handling....
CROMEDOME/Dancer2-0.300005 - 26 Jan 2021 20:59:33 UTCCROMEDOME/Dancer2-0.300005 - 26 Jan 2021 20:59:33 UTC
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-0.300005 - 26 Jan 2021 20:59:33 UTCWith Dancer2::Core::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 Dancer2 uses as well under debugging to catch err...
CROMEDOME/Dancer2-0.300005 - 26 Jan 2021 20:59:33 UTCType::Tiny definitions for Moo attributes. These are defined as subroutines....
CROMEDOME/Dancer2-0.300005 - 26 Jan 2021 20:59:33 UTCCROMEDOME/Dancer2-0.300005 - 26 Jan 2021 20:59:33 UTC
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