summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server/XMLRPC.pm
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/WebService/Server/XMLRPC.pm
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/WebService/Server/XMLRPC.pm')
-rw-r--r--Bugzilla/WebService/Server/XMLRPC.pm4
1 files changed, 4 insertions, 0 deletions
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>