OpenXPKI::Config::Lint::Dummy
This is a dummy class to show how custom modules for config linting can be
build. The method "lint" will be called with
the blessed configuration object (OpenXPKI::Config::Backend) as parameter.
The method should return a string with a description of the errors
detected. It MUST return false/undef in case the lint was successful. In
case you want to provide additional output, write to the Log4perl logger
which is available via the logger attribute of the class. Additional
errors can be placed in the error attribute.
Subclasses SHOULD include
"OpenXPKI::Config::Lint::Role"
(Moose::Role).