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>()