The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Dancer SUKRIA"

Dancer - lightweight yet powerful web application framework River stage three • 211 direct dependents • 215 total dependents

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 ...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::HTTP - helper for rendering HTTP status codes for Dancer River stage three • 211 direct dependents • 215 total dependents

Helper for rendering HTTP status codes for Dancer...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Test - Test helpers to test a Dancer application River stage three • 211 direct dependents • 215 total dependents

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...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Config - how to configure Dancer to suit your needs River stage three • 211 direct dependents • 215 total dependents

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....

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Deprecation - handle deprecation messages River stage three • 211 direct dependents • 215 total dependents

METHODS deprecated List of possible parameters: feature name of the feature to deprecate version from which version the feature is deprecated message message to display fatal if set to true, raises a Dancer::Exception (Core::Deprecation) instead of c...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Plugin::Ajax - a plugin for adding Ajax route handlers River stage three • 211 direct dependents • 215 total dependents

The "ajax" keyword which is exported by this plugin allow you to define a route handler optimized for Ajax queries. The route handler code will be compiled to behave like the following: * Pass if the request header X-Requested-With doesn't equal XMLH...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Session::YAML - YAML-file-based session backend for Dancer River stage three • 211 direct dependents • 215 total dependents

This module implements a session engine based on YAML files. Session are stored in a *session_dir* as YAML files. The idea behind this module was to provide a transparent session storage for the developer. This backend is intended to be used in devel...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Config::Object - Access the config via methods instead of hashrefs River stage three • 211 direct dependents • 215 total dependents

If "strict_config" is set to a true value in the configuration, the "config()" subroutine will return an object instead of a hashref. Instead of this: my $serializer = config->{serializer}; my $username = config->{auth}{username}; You get this: my $s...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Development::Integration - guide for Dancer's core-team members River stage three • 211 direct dependents • 215 total dependents

This documentation describes the procedure used for integrators to review and merge contributions sent via pull-requests. Every core-team member should read and apply the procedures described here. This will allow for a better history and more consis...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC
9 results (0.029 seconds)