We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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);
Cannot be called anymore outside register or on_plugin_import.
register
on_plugin_import
Use Plack::Test for tests.
Plack::Test