Skip Menu |

This queue is for tickets about the p5-Palm CPAN distribution.

Report information
The Basics
Id: 51750
Status: resolved
Priority: 0/
Queue: p5-Palm

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

Bug Information
Severity: (no value)
Broken in: 1.011
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/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.
Fixed applied in source control and it will be part of the next release. Thanks, :)