Email::Simple::Headers - a deprecated module that does nothing! |
Email::Simple::Headers - a deprecated module that does nothing!
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.
Casey West, <casey@geeknest.com>
Email::Simple::Headers - a deprecated module that does nothing! |