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

App::Dochazka::REST::Mason - Mason interpreter singleton

SYNOPSIS

    use App::Dochazka::REST::Mason qw( $interp );

DESCRIPTION

Mason interpreter singleton.

EXPORTS

PACKAGE VARIABLES

This module stores and initializes the Mason interpreter singleton object.

FUNCTIONS

init_singleton

Initialize the $interp singleton. Takes a comp_root and a data_dir which are expected to exist and be owned by the effective user.

Idempotent.

FIXME: Add parameters to the Mason->new() call as needed.