Subject: | (Patch] POD nits |
The attached patch fixes some POD, which renders wrong, at least at
search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/Schedule/Cron.pm b/lib/Schedule/Cron.pm
index 55a489d..b3eeff5 100644
--- a/lib/Schedule/Cron.pm
+++ b/lib/Schedule/Cron.pm
@@ -636,8 +636,8 @@ sub delete_entry
=item $cron->update_entry($idx,$entry)
Updates the entry with index C<$idx>. C<$entry> is a hash ref as descibed in
-C<list_entries()> and must contain at least a value C<$entry->{time}>. If no
-C<$entry->{dispatcher}> is given, then the default dispatcher is used. This
+C<list_entries()> and must contain at least a value C<< $entry->{time} >>. If no
+C<< $entry->{dispatcher} >> is given, then the default dispatcher is used. This
method returns the old entry on success, C<undef> otherwise.
=cut