Commit 617d50f0 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

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.
parent 93e4ebe5
......@@ -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
......@@ -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>
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment