The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.