The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Email::Simple

AUTHOR

Casey West, <casey@geeknest.com>