From 617d50f06ca39972dd78377dd3bf4b126478e944 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 22 Feb 2010 12:29:49 -0800 Subject: [PATCH] There was some POD at the end of Bugzilla::WebService::Server::JSONRPC that was supposed to be at the end of Bugzilla::WebService instead. Also added links to Bugzilla::WebService in both of the Bugzilla::WebService::Server types' POD. --- Bugzilla/WebService.pm | 26 ++++++++++++++++++++++++++ Bugzilla/WebService/Server/JSONRPC.pm | 24 +----------------------- Bugzilla/WebService/Server/XMLRPC.pm | 4 ++++ 3 files changed, 31 insertions(+), 23 deletions(-) diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm index 222923e70c..21c6b8175f 100644 --- a/Bugzilla/WebService.pm +++ b/Bugzilla/WebService.pm @@ -301,3 +301,29 @@ would return something like: { users => [{ id => 1, real_name => 'John Smith' }] } =back + +=head1 SEE ALSO + +=head2 Server Types + +=over + +=item L + +=item L + +=back + +=head2 WebService Methods + +=over + +=item L + +=item L + +=item L + +=item L + +=back diff --git a/Bugzilla/WebService/Server/JSONRPC.pm b/Bugzilla/WebService/Server/JSONRPC.pm index 411f5eb09f..d6af250431 100644 --- a/Bugzilla/WebService/Server/JSONRPC.pm +++ b/Bugzilla/WebService/Server/JSONRPC.pm @@ -263,26 +263,4 @@ Bugzilla uses, not by Bugzilla. =head1 SEE ALSO -=head2 Server Types - -=over - -=item L - -=item L - -=back - -=head2 WebService Methods - -=over - -=item L - -=item L - -=item L - -=item L - -=back +L diff --git a/Bugzilla/WebService/Server/XMLRPC.pm b/Bugzilla/WebService/Server/XMLRPC.pm index f06f3081c0..f06c81fc77 100644 --- a/Bugzilla/WebService/Server/XMLRPC.pm +++ b/Bugzilla/WebService/Server/XMLRPC.pm @@ -324,3 +324,7 @@ L and in Fedora's perl-SOAP-Lite package in versions 0.68-1 and above. =end private + +=head1 SEE ALSO + +L -- 2.47.3