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.