diff options
author | Byron Jones <glob@mozilla.com> | 2015-03-11 05:58:21 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-11 06:02:08 +0100 |
commit | beaaabe17a5a3dbc121ae84ae889ba089bea19d8 (patch) | |
tree | 7983cf195f3860843a8227633ed1cfb9594bc5c2 /extensions/BMO/lib/WebService.pm | |
parent | 19643ae8e32cdbf49f7d0fb7ece6f68786acc0b5 (diff) | |
download | bugzilla-beaaabe17a5a3dbc121ae84ae889ba089bea19d8.tar.gz bugzilla-beaaabe17a5a3dbc121ae84ae889ba089bea19d8.tar.xz |
fix pod warnings
Diffstat (limited to 'extensions/BMO/lib/WebService.pm')
-rw-r--r-- | extensions/BMO/lib/WebService.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/extensions/BMO/lib/WebService.pm b/extensions/BMO/lib/WebService.pm index d31811de4..87d45085e 100644 --- a/extensions/BMO/lib/WebService.pm +++ b/extensions/BMO/lib/WebService.pm @@ -145,12 +145,8 @@ You pass a field called C<names> that is a list of Bugzilla login names to find =item B<Returns> -=over - A hash of Bugzilla login names. Each name points to an array of bug ids that the user has confirmed. -=back - =item B<Errors> =item B<History> @@ -186,12 +182,8 @@ You pass a field called C<names> that is a list of Bugzilla login names to find =item B<Returns> -=over - A hash of Bugzilla login names. Each name points to an array of bug ids that the user has verified. -=back - =item B<Errors> =item B<History> |