Skip Menu |

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

Report information
The Basics
Id: 51861
Status: resolved
Priority: 0/
Queue: Mail-Milter

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

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



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/Mail/Milter/Wrapper/RejectMsgEditor.pm b/lib/Mail/Milter/Wrapper/RejectMsgEditor.pm index baf2e64..1f2fe19 100644 --- a/lib/Mail/Milter/Wrapper/RejectMsgEditor.pm +++ b/lib/Mail/Milter/Wrapper/RejectMsgEditor.pm @@ -66,7 +66,7 @@ which allows editing of the messages returned for all SMFIS_REJECT rejections. The subroutine provided should edit $_ and need not return any value. -If the contained milter did not call C<$ctx->setreply()> before returning +If the contained milter did not call C<< $ctx->setreply() >> before returning a rejection code, then a default message will be used. For example:
On Mon Nov 23 07:47:06 2009, FWIE wrote: Show quoted text
> The attached patch fixes some POD, which renders wrong, at least at > search.cpan.org.
Thanks, fixed (not by me) in e67777b78d39abd4f5d23cd89357db6efffbf56c in Git.