Skip Menu |

This queue is for tickets about the Schedule-Cron CPAN distribution.

Report information
The Basics
Id: 51971
Status: resolved
Priority: 0/
Queue: Schedule-Cron

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

Bug Information
Severity: (no value)
Broken in: 0.99
Fixed in: (no value)



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
On Mon Nov 23 14:01:07 2009, FWIE wrote: Show quoted text
> The attached patch fixes some POD, which renders wrong, at least at > search.cpan.org.
merci. The pod should be fixed in the next version.
 Fixed in 1.00.