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

Changes for version 0.163000 - 2015-10-15

  • DOCUMENTATION
    • GH: #1030: Fix pod references pointing to Dancer package (Mohammad S Anwar, Russell Jenkins)

Changes for version 0.162000_01 - 2015-10-13 (TRIAL RELEASE)

  • BUG FIXES
    • GH #996: Fix warning with optional arguments. (Bas Bloemsaat)
    • GH #1001: Do not trigger an internal error on 404. (Russell Jenkins)
    • GH #1008,#976: Hack to quiet warning while plugins architecture is being rewritten. (Russell Jenkins)
    • Use Safe::Isa when calling their functions in the respected eval. (Sawyer X)
  • ENHANCEMENTS
    • GH #738, #740, #988: route_parameters, request_parameters, and body_parameters keywords added, providing Hash::MultiValue objects! (Sawyer X)
    • #941, #999: delayed() keyword now has "on_error" option for controlling errors. (Sawyer X)
    • dancer2 app now support -s switch to supply an app skeleton (Nuno Carvalho)
    • "perl_version" token in templates now uses $^V, not $]. (Sawyer X)
    • GH #966: Remove Dist::Zilla::Plugin::AutoPrereqs. (Vernon)
    • GH #992: Deprecate creating route named placeholders ":captures" and ":splat". (Sawyer X)
    • Bump Moo requirement to 2.000000. (Alberto Simões)
    • GH #1012: Add :nopragmas import flag. (Sawyer X)
  • DOCUMENTATION
    • GH #974: Use correct classname. (Sawyer X)
    • GH #958: Fix manual example with loading additional routes. (Sawyer X)
    • GH #960: Fix a few links. (Sawyer X)
    • Document you can install Scope::Upper for greater speed. (Sawyer X)
    • GH #1000: Correct POD name for Dancer2::Manual::Deployment. (Jason A. Crome)
    • GH #1017: Fix instructions on running app.psgi. Highlight beginner-friendly application running instructions. (Jason Crome)
    • GH #920, #1020: Remove deprecated functionality from example plugin. (Jason Crome)
    • GH #1002: Correct execute_hook() call in plugins documentation. (Jason Crome)
    • Expand on auto-reloading options using Plack Shotgun loader. (Jason Crome, @girlwithglasses)
    • GH #1024: Document the need to define static_handler when changing the public_dir option. (Sébastien Deseille)

Documentation

Configure Dancer2 to suit your needs
Example-driven quick-start to the Dancer2 web framework
A gentle introduction to Dancer2
common ways to put your Dancer app into use
Migrating from Dancer to Dancer2
Writing tests for Dancer2
Recommended Dancer2 plugins
Dancer core and community policy and standards of conduct
An example to get you dancing
Dancer2 command line interface

Modules

Lightweight yet powerful web application framework
Dancer2 cli application
create new Dancer2 application
Core libraries for Dancer2 2.0
encapsulation of Dancer2 packages
A cookie representing class
Dancer2's Domain Specific Language (DSL)
Class for dispatching request to the appropriate route handler
Class representing fatal errors
Instantiate components by type and name
helper for rendering HTTP status codes for Dancer2
Manipulate hooks with Dancer2
Class to ease manipulation of MIME types
Interface for accessing incoming requests
Class representing file upload requests
Response object for Dancer2
Config role for Dancer2 core objects
Role for engines
Role for Handlers
Role for application location "guessing"
Role for hookable objects
Role for logger engines
Role for Serializer engines
Role for session factories
Role for file-based session factories
Role to provide commonly used responses
Role for template engines
Dancer2's route handler
Top-layer class to start a dancer app
class to represent any session object
class to handle common helpers for time manipulations
Moo types for Dancer2 core.
File utility helpers
Class for handling the AutoPage feature
class for handling file content rendering
Capture dancer logs
a place to store captured Dancer2 logs
Console logger
Test::More diag() logging engine for Dancer2
file-based logging engine for Dancer2
Test::More note() logging engine for Dancer2
Blackhole-like silent logging engine for Dancer2
Extending Dancer2's DSL with plugins
Serializer for handling Dumper data
Serializer for handling JSON data
Serialize and deserialize content based on HTTP header
Serializer for handling YAML data
in-memory session backend for Dancer2
YAML-file-based session backend for Dancer2
Dancer2 own implementation of Template::Tiny
Pure Perl 5 template engine for Dancer2
Template toolkit engine for Dancer2
Template::Tiny engine for Dancer2
Useful routines for testing Dancer2 apps