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

NAME

Quizzer::Log -- debconf log module

DESCRIPTION

This is a log module for debconf. It can output messages at varying priorities.

This module uses Exporter.

METHODS

debug

Outputs an infomational message, if DEBCONF_DEBUG is set in the environment to a value >= the first parameter.

warn

Outputs a warning message. This overrides the builtin perl warn() command.

AUTHOR

Joey Hess <joey@kitenet.net>