Skip Menu |

This queue is for tickets about the IO-EventMux CPAN distribution.

Report information
The Basics
Id: 51870
Status: resolved
Priority: 0/
Queue: IO-EventMux

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

Bug Information
Severity: (no value)
Broken in: 2.02
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/IO/EventMux.pm b/lib/IO/EventMux.pm index da7c125..d6c9faa 100644 --- a/lib/IO/EventMux.pm +++ b/lib/IO/EventMux.pm @@ -629,7 +629,7 @@ itself. =head3 ManualWrite By default EventMux handles nonblocking writing and you should use -C<$mux->send($fh, $data)> or C<$mux->sendto($fh, $addr, $data)> to send your data, +C<< $mux->send($fh, $data) >> or C<< $mux->sendto($fh, $addr, $data) >> to send your data, but if for some reason you send data yourself you can tell EventMux not to do writing for you and generate a 'can_write' event instead.
Applied the patch will be out in next version