From: Max Kanat-Alexander Date: Mon, 22 Feb 2010 20:30:57 +0000 (-0800) Subject: There was some POD at the end of Bugzilla::WebService::Server::JSONRPC X-Git-Tag: bugzilla-3.6rc1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee551393c4b18078ccf2990136d4d3c5e0ec6dcd;p=thirdparty%2Fbugzilla.git 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. --- 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