Skip Menu |

This queue is for tickets about the RPC-XML CPAN distribution.

Report information
The Basics
Id: 51994
Status: resolved
Priority: 0/
Queue: RPC-XML

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

Bug Information
Severity: (no value)
Broken in: 0.69
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/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
Thanks, applied.