Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Filter CPAN distribution.

Report information
The Basics
Id: 6591
Status: resolved
Priority: 0/
Queue: Email-Filter

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

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: POD error
The POD for this module has several =head2 lines immediately following one another with no blank line between. This causes the formatter to choke. They should have blank lines between them. Patch: --- lib/Email/Filter.pm Fri May 2 07:47:35 2003 +++ new/Email/Filter.pm Fri Jun 11 08:08:16 2004 @@ -209,10 +209,15 @@ sub body { $_[0]->simple->body } =head2 from + =head2 to + =head2 cc + =head2 bcc + =head2 subject + =head2 received $mail-><header>()
This was fixed in a release, and this bug should be closed.
Fixed in production already. -- rjbs