summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-22 21:29:49 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-22 21:29:49 +0100
commit617d50f06ca39972dd78377dd3bf4b126478e944 (patch)
tree4cb83a5ce14cedb1d4356f9ea73797845a6a2420 /Bugzilla
parent93e4ebe59f0bfc0d964009611e8636eb27c73363 (diff)
downloadbugzilla-617d50f06ca39972dd78377dd3bf4b126478e944.tar.gz
bugzilla-617d50f06ca39972dd78377dd3bf4b126478e944.tar.xz
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.
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/WebService.pm26
-rw-r--r--Bugzilla/WebService/Server/JSONRPC.pm24
-rw-r--r--Bugzilla/WebService/Server/XMLRPC.pm4
3 files changed, 31 insertions, 23 deletions
diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm
index 222923e70..21c6b8175 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<Bugzilla::WebService::Server::XMLRPC>
+
+=item L<Bugzilla::WebService::Server::JSONRPC>
+
+=back
+
+=head2 WebService Methods
+
+=over
+
+=item L<Bugzilla::WebService::Bug>
+
+=item L<Bugzilla::WebService::Bugzilla>
+
+=item L<Bugzilla::WebService::Product>
+
+=item L<Bugzilla::WebService::User>
+
+=back
diff --git a/Bugzilla/WebService/Server/JSONRPC.pm b/Bugzilla/WebService/Server/JSONRPC.pm
index 411f5eb09..d6af25043 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<Bugzilla::WebService::Server::XMLRPC>
-
-=item L<Bugzilla::WebService::Server::JSONRPC>
-
-=back
-
-=head2 WebService Methods
-
-=over
-
-=item L<Bugzilla::WebService::Bug>
-
-=item L<Bugzilla::WebService::Bugzilla>
-
-=item L<Bugzilla::WebService::Product>
-
-=item L<Bugzilla::WebService::User>
-
-=back
+L<Bugzilla::WebService>
diff --git a/Bugzilla/WebService/Server/XMLRPC.pm b/Bugzilla/WebService/Server/XMLRPC.pm
index f06f3081c..f06c81fc7 100644
--- a/Bugzilla/WebService/Server/XMLRPC.pm
+++ b/Bugzilla/WebService/Server/XMLRPC.pm
@@ -324,3 +324,7 @@ L<http://rt.cpan.org/Public/Bug/Display.html?id=20569> and in Fedora's
perl-SOAP-Lite package in versions 0.68-1 and above.
=end private
+
+=head1 SEE ALSO
+
+L<Bugzilla::WebService>