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

NAME

User::Config::DB::Mem - Storing the user-configuration in memory, only.

DESCRIPTION

This is a database-backend for User::Config. All options will be stored in RAM and be lost after the nect restart of the application. But as it will run without configuration, it is the default backend.

METHODS

isset(), set() and get()

See User::Config::DB

SEE ALSO

User::Config::DB::Ldap

Stores the configuration data on an LDAP-Server

User::Config::DB::Keyed

Stores the configuration data in an relational database-table

User::Config::DB::DBIC

uses an DBIx::Class Schema to store the configuration-data.

AUTHOR

Benjamin Tietz <benjamin@micronet24.de>

COPYRIGHT AND LICENSE

Copyright (C) 2011 by Benjamin Tietz

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.