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

 plenigo::Configuration - Contains all base configuration settings.

SYNOPSIS

 use plenigo::Configuration;

 # Prepare configuration

 my $use_stage = 0; # set if stage system should be used
 my $configuration = plenigo::Configuration->new(access_token => 'ACCESS_TOKEN', use_stage => $use_stage);

DESCRIPTION

 plenigo::Configuration contains all base configuration settings.