Eryq > MIME-tools-6.200_02 > MIME::Tools::config

Download:
MIME-tools-6.200_02.tar.gz

Annotate this POD

CPAN RT

New  12
Open  8
View Bugs
Report a bug
Source  

NAME ^

MIME::Tools::config - configuring MIME-tools

SYNOPSIS ^

This is part of the MIME-tools documentation. See MIME::Tools for the full table of contents.

DESCRIPTION ^

This document describes how the toolkit can be globally configured.

CONFIGURING ^

debugging

Turn debugging on or off. Default is false (off).

     MIME::Tools->debugging(1);

See MIME::Tools::diag to learn about how (and when) debug messages are output.

quiet

Turn the reporting of warning/error messages on or off. Default is false, meaning that these message are not silenced.

     MIME::Tools->quiet(1);

See MIME::Tools::diag to learn about how (and when) warnings are output.

version

Return the toolkit version.

     print MIME::Tools->version, "\n";

SEE ALSO ^

See "SYNOPSIS" in MIME::Tools for the full table of contents.