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

Changes for version 1.3020

  • Codename: The Schwern Cometh // Michael G. Schwern **
  • ENHANCEMENTS
    • No functional changes, just releasing as stable.

Changes for version 1.3019_02

  • BUG FIXES
    • GH #354: Tokens are not passed to layout if no params are passed to template. (Damien Krotkine)

Changes for version 1.3019_01

  • BUG FIXES
    • GH #393: Reset vars for each new request. (Franck Cuny)
  • ENHANCEMENTS
    • GH #391: Dancer::Logger::Note now exists. :) (Sawyer X)
    • Porting documentation on WRAPPER to Dancer::Template::TemplateToolkit. (Sawyer X)
    • GH #387: Document views and appdir in Dancer::Config. (Michael G. Schwern)
    • Add a new symbol to exporter ':script'. (Franck Cuny)
    • GH #397: Support cookie expire times like "+2h". (Michael G. Schwern)

Changes for version 1.3014_01

  • BUG FIXES
    • GH #373: Display valid path to the main app file in the welcome screen. (Franck Cuny)
    • GH #152, GH #170, GH #362: Log dir is not created when logger is not set to 'file', and setting log_path works as expected. (Franck Cuny)
    • GH #308: Use request's uri_base. (Sawyer X)
    • GH #378: Some routes with prefix where wrongly matched. (Franck Cuny)
  • ENHANCEMENTS
    • GH #351: Explicitly exclude some keywords when important Dancer's syntax, add modes that also excludes some keywords (:moose, :tests). (Sawyer X, Naveed Massjouni, Michael G. Schwern, Franck Cuny)
    • All logging options accept any number of variables. (Sawyer X)
    • GH #297: All logging options can automatically serialize references. (Sawyer X)
    • Add Dancer::Logger::Capture to capture and read log messages during testing. (Michael G. Schwern)
    • Dancer::Cookie make secure (https only) cookies. It also adds the "session_secure" setting instructing sessions to use secure cookies. (Michael G. Schwern)
    • Adding uri_base to Request.pm. (Sawyer X)
    • Make Dancer::Test use the capture logger (Michael G. Schwern)
  • DOCUMENTATION
    • Dancing on command line. (Maurice Mengel)
    • Improve Dancer::Cookbook. (Maurice Mengel)

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
setting registry for Dancer
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