Skip Menu |

This queue is for tickets about the Log-Handler CPAN distribution.

Report information
The Basics
Id: 51745
Status: resolved
Priority: 0/
Queue: Log-Handler

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

Bug Information
Severity: (no value)
Broken in: 0.62
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/Log/Handler/Output/Email.pm b/lib/Log/Handler/Output/Email.pm index bc78c13..27286a7 100644 --- a/lib/Log/Handler/Output/Email.pm +++ b/lib/Log/Handler/Output/Email.pm @@ -109,7 +109,7 @@ Example: level => "INFO", ); -If you pass C<"level => 'INFO'"> then the level is placed into the subject: +If you pass C<< "level => 'INFO'" >> then the level is placed into the subject: INFO: your subject
On Do. 19. Nov. 2009, 14:36:16, FWIE wrote: Show quoted text
> The attached patch fixes some POD, which renders wrong, at least at > search.cpan.org.
Thank you. It's fixed in the next release :)