From 51bca2fc81c3ca24cfbc59c096745bfba1b667c4 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Sat, 14 Apr 2012 14:32:56 -0300 Subject: Fix bustage (wrong POD) https://bugzilla.mozilla.org/show_bug.cgi?id=616336 --- Bugzilla/WebService/Bug.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index d0dda1466..9b6aeb3e5 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -3311,6 +3311,8 @@ this bug. B +=over + =item B Adds or removes tags on bugs. @@ -3346,6 +3348,8 @@ bugs--they will just be silently ignored. =back +=back + =item B C, a hash containing bug IDs as keys and one single value @@ -3356,8 +3360,6 @@ See L for an example of how it looks like. This method can throw the same errors as L. -=back - =item B =over -- cgit v1.2.3-24-g4f1b