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

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

This document describes how the toolkit can be globally configured.

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.
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.
Return the toolkit version.
print MIME::Tools->version, "\n";

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