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/Datebook.pm b/lib/Datebook.pm
index cf315d1..ff3199e 100644
--- a/lib/Datebook.pm
+++ b/lib/Datebook.pm
@@ -84,7 +84,7 @@ I<e.g.>, if "unit" is 1 and "advance" is 5, then the alarm will sound
If C<advance> is -1, then there is no alarm associated with this event.
New records created via C<new_Record> have a 10 minute alarm set by
-default. C<undef $record->{alarm}> to remove this alarm before writing.
+default. C<< undef $record->{alarm} >> to remove this alarm before writing.
An alarm icon will still show up in the Datebook if the C<alarm>
field exists, even with C<advance> set to -1.