Subject: | Synopsis uses outdated API to Email::Abstract |
In the synopsis,
print $self->message->head->get("Subject") , "\n";
should be, according to latest documentation of Email::Abstract
print $self->message->get_header("Subject") , "\n";