Dicop::Server::Config - define valid config keys


Dicop-Server documentation  | view source Contained in the Dicop-Server distribution.

Index


NAME

Top

Dicop::Server::Config - define valid config keys

SYNOPSIS

Top

	use Dicop::Server::Config;
	use Dicop::Config;

	my $config = Dicop::Config->new('data/server.cfg', Dicop::Server::Config::allowed_keys() );

REQUIRES

Top

perl5.008

EXPORTS

Top

Exports nothing.

DESCRIPTION

Top

This module contains a method to create the list of allowed config keys.

METHODS

Top

allowed_keys()

	$allowed_keys = Dicop::Server::Config::allowed_keys();

BUGS

Top

None known yet.

AUTHOR

Top

(c) Bundesamt fuer Sicherheit in der Informationstechnik 2003-2006

DiCoP is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

See http://www.bsi.de/ for more information.


Dicop-Server documentation  | view source Contained in the Dicop-Server distribution.