Skip Menu |

This queue is for tickets about the POE-Session-YieldCC CPAN distribution.

Report information
The Basics
Id: 51884
Status: resolved
Priority: 0/
Queue: POE-Session-YieldCC

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

Bug Information
Severity: (no value)
Broken in: 0.201
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/POE/Session/YieldCC.pm b/lib/POE/Session/YieldCC.pm index ae6c570..23af1a0 100644 --- a/lib/POE/Session/YieldCC.pm +++ b/lib/POE/Session/YieldCC.pm @@ -284,7 +284,7 @@ When a timeout is involved, it is possible that some code may try to dispatch the wakeup-event after C<wait> has already returned. By default the event will no longer be registered any more, so _default will be delivered. However, if you so wish you can keep the event registered by providing your own event handler -to take over after a timeout occurs. Anything that C<$kernel->state> understands +to take over after a timeout occurs. Anything that C<< $kernel->state >> understands is acceptable here. =back
Applied in 0.202 . -- Rafael