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
This commit is contained in:
mkanat%bugzilla.org 2010-02-22 20:33:48 +00:00
parent 4c0c2c75e8
commit f23a9d375d
4 changed files with 32 additions and 24 deletions

View File

@ -1 +1 @@
6993
6994

View File

@ -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

View File

@ -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>

View File

@ -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>