Email::Simple::Headers - a deprecated module that does nothing!


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;
  
=head1 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

the Email::Simple manpage


AUTHOR

Casey West, <casey@geeknest.com>

 Email::Simple::Headers - a deprecated module that does nothing!