The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Articulate::FramwworkAdapter::Dancer1 - Access Dancer1 features though a common interface

SYNOPSIS

  # declare it in your config
  plugins:
    Articulate:
      components:
        framework: Articulate::FramwworkAdapter::Dancer1

  # then use it in your other components
  my $appdir = $component->framework->appdir

METHODS

The following methods are implemented:

user_id

appdir

session

status

template_process

declare_route

SEE ALSO