NAME
App::Zapzi::Config - routines to access Zapzi configuration
VERSION
version 0.007
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 reques.
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.