The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.3040

  • Codename: Yanick in Black // Yanick Champoux, Labor Day - May Day **
  • ENHANCEMENTS
    • No functional changes, just releasing as stable.

Changes for version 1.3039_01

  • BUG FIXES
    • Fix 404 results from forwarding. (Alberto Simões)
    • Don't remove trailing slashes from route patterns under prefix. (Brian E. Lozier)
    • Remove deprecated r() function from list of exports. (Stefan Hornburg)
    • GH #402: make session_expires honor +2h style formatting. (Michael G. Schwern)
    • GH #433: encoding issues with forward(). (Alberto Simões)
    • GH #390: Renaming access_log to startup_info (+doc). (Sawyer X)
    • Rewrite scalar usage of qw() that is incompatible with 5.14. (Alberto Simões)
  • ENHANCEMENTS
    • Introducing the "megasplat"! (Yanick Champoux)
    • More tests for versions, setings and variables. (Alberto Simões)
    • Improve Dancer::Test so failures report the correct line numbers. (Michael G. Schwern)
    • GH #466: Can now set cookies with http_only => 0 for JS integration. (Alberto Simões)
    • Session engine can be told to set cookies without HttpOnly attribute using new session_is_http_only setting. (Alberto Simões, requested by JT Smith)
    • GH #296: Show versions of loaded modules in startup info. (Sawyer X)
    • Able to set more than one value at once using set(). (Alberto Simões)
    • GH #253: Use Clone::clone() if available to clone data before censoring. (Sawyer X)
    • GH #246: Dancer::Test can now test for file uploads as well. (Franck Cuny)
    • Allow parameters in forward(). (Alberto Simões)
  • DOCUMENTATION
    • Major rewrite/reorganization on Dancer::Config documentation. (David Precious, pushed by Alberto Simões PR)
    • GH #284: Document hosting multiples Dancer apps in a single PSGI file. (Franck Cuny)
    • Dancer::Session POD typos and spurious characters. (Stefan Hornburg)

Documentation

a quick-start guide to the Dancer web framework
common ways to put your Dancer app into use
guide for developers interested in contributing
guide for Dancer's core-team members
A gentle introduction to Dancer
interesting plugins to add to Dancer's capabilities
An example to get you dancing
helper script to create new Dancer applications
Sorry I can't dance, I'm hanging on to my friend's purse

Modules

lightweight yet powerful web application framework
how to configure Dancer to suit your needs
class representing cookies
a singleton storage for all cookies
handle deprecation messages
base class for Dancer engines
class for representing fatal errors
helper providing file utilities
helper for rendering HTTP status codes for Dancer
a debug handler for easy tracing
common interface for logging in Dancer
Abstract logging engine for Dancer
Capture dancer logs
a place to store captured Dancer logs
console-based logging engine for Dancer
Test::More diag() logging engine for Dancer
file-based logging engine for Dancer
Test::More note() logging engine for Dancer
blackhole-like silent logging engine for Dancer
Singleton object to handle MimeTypes
dynamic module loading helpers for Dancer core components
Objects base class for Dancer
Singleton base class for Dancer
helper for writing Dancer plugins
a plugin for adding Ajax route handlers
interface for accessing incoming requests
class representing file uploads requests
Response object for Dancer
route caching mechanism for Dancer
serializer wrapper for Dancer
serializer for handling JSON data
(De)Serialize content using the appropriate HTTP header
serializer for handling XML data
serializer for handling YAML data
session engine for the Dancer framework
abstract class for session engine
in-memory session backend for Dancer
YAML-file-based session backend for Dancer
template wrapper for Dancer
abstract class for Dancer's template engines
pure Perl 5 template engine for Dancer
Template Toolkit wrapper for Dancer
Test helpers to test a Dancer application
a timer for Dancer

Provides

in lib/Dancer/App.pm
in lib/Dancer/GetOpt.pm
in lib/Dancer/Handler.pm
in lib/Dancer/Handler/PSGI.pm
in lib/Dancer/Handler/Standalone.pm
in lib/Dancer/Renderer.pm
in lib/Dancer/Route.pm
in lib/Dancer/Route/Registry.pm
in lib/Dancer/Serializer/Abstract.pm
in lib/Dancer/Serializer/Dumper.pm
in lib/Dancer/SharedData.pm