NAME
Email::Simple::Headers - a deprecated module that does nothing!
SYNOPSIS
use Email::Simple;
# use Email::Simple::Headers; # no longer needed as of 2006-08-17
my $email = Email::Simple->new($string);
print $email->header($_), "\n" for $email->headers;
DESCRIPTION
This module used to provide the method headers
for Email::Simple objects. That method is now part of the Email::Simple module.
SEE ALSO
AUTHOR
Casey West, <casey@geeknest.com>