Skip Menu |

This queue is for tickets about the Mail-Thread CPAN distribution.

Report information
The Basics
Id: 27485
Status: new
Priority: 0/
Queue: Mail-Thread

People
Owner: Nobody in particular
Requestors: oliviert [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.5
Fixed in: (no value)



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";