Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 51997
Status: resolved
Priority: 0/
Queue: Mail-Audit

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

Bug Information
Severity: (no value)
Broken in: 2.224
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/Audit.pm b/lib/Mail/Audit.pm index 7cb926b..53f2077 100644 --- a/lib/Mail/Audit.pm +++ b/lib/Mail/Audit.pm @@ -133,8 +133,8 @@ potentially expensive; if you don't want MIME parsing, use the C<nomime> option. You can pass further MIME options in the C<mimeoptions> variable: for example, -if you want to output_to_core (man MIME::Parser) set C<mimeoptions => -{output_to_core=>1}>. +if you want to output_to_core (man MIME::Parser) set C<< mimeoptions => +{output_to_core=>1} >>. =back