From f23a9d375d6deb39635207b2e2b4c20b42caffe7 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Mon, 22 Feb 2010 20:33:48 +0000 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. git-svn-id: svn://10.0.0.236/branches/BUGZILLA-3_6-BRANCH@259787 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../webtools/bugzilla/Bugzilla/WebService.pm | 26 +++++++++++++++++++ .../Bugzilla/WebService/Server/JSONRPC.pm | 24 +---------------- .../Bugzilla/WebService/Server/XMLRPC.pm | 4 +++ 4 files changed, 32 insertions(+), 24 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index dcdd2edb7e9..a5f31820a24 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -6993 \ No newline at end of file +6994 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/WebService.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService.pm index 222923e70c5..21c6b8175f9 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService.pm +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/JSONRPC.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/JSONRPC.pm index 411f5eb09f2..d6af2504315 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/JSONRPC.pm +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/XMLRPC.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/XMLRPC.pm index f06f3081c09..f06c81fc776 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/XMLRPC.pm +++ b/mozilla/webtools/bugzilla/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