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

PurpleWiki::Config - Configuration object.

SYNOPSIS

  use PurpleWiki::Config;

  my $config = PurpleWiki::Config->new('/var/www/wikidb');

  $config->InterFile;  # returns the location of intermap

DESCRIPTION

Parses the PurpleWiki config file, which is in AppConfig format. Configuration variables are made available in methods.

METHODS

new($directory)

Parses "$directory/config", and creates methods for each variable using AUTOLOAD.

AUTHORS

Chris Dent, <cdent@blueoxen.org>

Eugene Eric Kim, <eekim@blueoxen.org>

SEE ALSO

AppConfig.