diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-04-20 00:42:22 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-04-20 00:42:22 +0200 |
commit | 0803a268671081f1dcc932691acde4c353902777 (patch) | |
tree | 0a42a87d5166e0e07a0be8f32b9254aca7a0b45f /Bugzilla | |
parent | 15111b79d161ba89bd969387657c28603d24d689 (diff) | |
download | bugzilla-0803a268671081f1dcc932691acde4c353902777.tar.gz bugzilla-0803a268671081f1dcc932691acde4c353902777.tar.xz |
Add missing entry in POD for Bugzilla::WebService::Group, see bug 469195
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/WebService.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm index 0ca5da267..fe9c3fe09 100644 --- a/Bugzilla/WebService.pm +++ b/Bugzilla/WebService.pm @@ -332,6 +332,8 @@ would return something like: =item L<Bugzilla::WebService::Bugzilla> +=item L<Bugzilla::WebService::Group> + =item L<Bugzilla::WebService::Product> =item L<Bugzilla::WebService::User> |