NAME
MIME::ParserConf - MIME-parser configuration
DESCRIPTION
A catch-all place for miscellaneous global information related to the configuration of the MIME-parser kit.
PUBLIC INTERFACE
- emulate_version [VERSION]
-
Class method. Emulate MIME::Parser's behavior of a previoous version. This will not turn off warnings about deprecated usage (that would be too dangerous), but it will patch the
get()
method:MIME::ParserConf->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.1 $ $Date: 1996/10/05 04:50:29 $