-
Notifications
You must be signed in to change notification settings - Fork 277
Migration
Stefan Hornburg (Racke) edited this page Aug 13, 2014
·
14 revisions
This is the documentation which finally ends up as Dancer2::Migration POD. See Github issue #583.
The following import tags are not valid/needed anymore:
use Dancer2 qw(:syntax);
use Dancer2 qw(:tests);
Single application in Dancer1 vs application per module in Dancer2. Documentation?
Cannot be called anymore outside register
or on_plugin_import
.
Use Plack::Test
for tests.
We cannot use read_logs
anymore as with Dancer2::Test
.
This list things we need to do in the D2 eco system before we can recommend it as Dancer 1 replacement for the public.
- Plack::Test documentation #656
- Walk through documentation and amend copy&waste from Dancer1