Provided by: libdancer2-perl_0.11+dfsg-1_all 

NAME
Dancer2::Core::Runner - Top-layer class to start a dancer app
VERSION
version 0.11
DESCRIPTION
Runs Dancer2 app. Inherits from Dancer2::Core::Role::Config. environment The environment string. The options, in this order, are: • "DANCER_ENVIRONMENT" • "PLACK_ENV" • "development"
ATTRIBUTES
caller The path to the caller script that is starting the app. This is required in order to determine where the appdir is. server A read/write attribute to that holds the proper server. It checks for an object that consumes the Dancer2::Core::Role::Server role. mime_type A read/write attribute that holds a Dancer2::Core::MIME object.
METHODS
default_config It then sets up the default configuration. start Runs "finish" (to set everything up) on all of the server's applications. It then Sets up the current server and starts it by calling its "start" method.
AUTHOR
Dancer Core Developers
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Alexis Sukrieh. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.