NAME

MIME::ToolUtils - MIME-tools kit configuration and utilities

DESCRIPTION

A catch-all place for miscellaneous global information related to the configuration of the MIME-tools kit.

PUBLIC INTERFACE

debugging ONOFF

Class method. Turn debugging on (true) or off (false) for the entire MIME-tools library. Debug messages go to STDERR.

emulate_version [VERSION]

Class method. Emulate the behavior of a previous version of the MIME-tools kit (a.k.a the MIME-parser kit in its version 1.x incarnations). This will not turn off warnings about deprecated usage (that would impede progress), but it will patch things like the get() method of MIME::Head:

MIME::ToolUtils->emulate_version(1.0)

The VERSION should be '1' or '1.0'.

AUTHOR

Copyright (c) 1996 by Eryq / eryq@rhine.gsfc.nasa.gov

All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

VERSION

$Revision: 1.2 $ $Date: 1996/10/18 06:52:28 $