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

NAME

App::Zapzi::Config - routines to access Zapzi configuration

VERSION

version 0.011

DESCRIPTION

These routines allow access to Zapzi configuration via the database.

METHODS

get(key)

Returns the value of key or undef if it does not exist.

set(key, value)

Set the config parameter key to value.

delete(key)

Delete the config item identified by key. If the key does not exist then ignore the request.

get_keys

Returns a list of keys in the config store.

AUTHOR

Rupert Lane <rupert@rupert-lane.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Rupert Lane.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.