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/Apache/RPC/Server.pm b/lib/Apache/RPC/Server.pm
index fc25b32..96d3c42 100644
--- a/lib/Apache/RPC/Server.pm
+++ b/lib/Apache/RPC/Server.pm
@@ -611,7 +611,7 @@ B<RPC::XML::Server>. Three parameters are of concern to this class:
The value associated with this key is a reference to an B<Apache> request
object. If this is not passed, then it is assumed that this is being called in
-the start-up phase of the server and the value returned from C<Apache->server>
+the start-up phase of the server and the value returned from C<< Apache->server >>
(see L<Apache>) is used.
=item server_id