Ubuntu Manpages

Dancer2::Core::Runner

Top-layer class to start a dancer app

version 0.11

Runs Dancer2 app.

Inherits from Dancer2::Core::Role::Config.

The environment string. The options, in this order, are:

  • "DANCER_ENVIRONMENT"
  • "PLACK_ENV"
  • "development"

The path to the caller script that is starting the app.

This is required in order to determine where the appdir is.

A read/write attribute to that holds the proper server.

It checks for an object that consumes the Dancer2::Core::Role::Server role.

A read/write attribute that holds a Dancer2::Core::MIME object.

It then sets up the default configuration.

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.

Dancer Core Developers

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.