Skip to content
Stefan Hornburg (Racke) edited this page Aug 10, 2014 · 14 revisions

This is the documentation which finally ends up as Dancer2::Migration POD. See Github issue #583.

Import syntax

The following import tags are not valid/needed anymore:

use Dancer2 qw(:syntax);
use Dancer2 qw(:tests);

Plugins

plugin_setting

Cannot be called anymore outside register or on_plugin_import.

Tests

Use Plack::Test for tests.

Clone this wiki locally