From: Don Armstrong Date: Sat, 14 Jul 2007 23:03:22 +0000 (-0700) Subject: update documentation for get_usertag X-Git-Tag: release/2.6.0~524^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1e4191f152849bca151fb07af48a30d75eb67d62;p=debbugs.git update documentation for get_usertag --- diff --git a/Debbugs/SOAP.pm b/Debbugs/SOAP.pm index 4a96b22..ed669a1 100644 --- a/Debbugs/SOAP.pm +++ b/Debbugs/SOAP.pm @@ -52,10 +52,13 @@ our %DEBBUGS_SOAP_COOKIES; =head2 get_usertag my %ut = get_usertag('don@donarmstrong.com','this-bug-sucks','eat-this-bug'); + my %ut = get_usertag('don@donarmstrong.com'); Returns a hashref of bugs which have the specified usertags for the user set. +In the second case, returns all of the usertags for the user passed. + =cut use Debbugs::User qw(read_usertags);