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