From da69ce2b6f53856aef539cff334cd864af1b57b8 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 26 Jul 2005 21:09:47 +0000 Subject: Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Buclin r=wurblzap a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Auth.pm | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Bugzilla/Auth.pm') diff --git a/Bugzilla/Auth.pm b/Bugzilla/Auth.pm index 887caf049..ba32277b7 100644 --- a/Bugzilla/Auth.pm +++ b/Bugzilla/Auth.pm @@ -184,8 +184,6 @@ the status codes defined in L and described below. The rest of the return values are status code-specific and are explained in the status code descriptions. -=over 4 - =item C Authentication succeeded. The third variable is the userid of the new @@ -232,8 +230,6 @@ is some text explaining why the account was disabled. This text would typically come from the C field in the C table. Note that this argument is a string, not a tag. -=back - =item C This scalar gets populated with the full name (eg., @@ -269,6 +265,8 @@ by trying cookies as a fallback. The login interface consists of the following methods: +=over 4 + =item C, which takes a C<$type> argument, using constants found in C. @@ -281,8 +279,6 @@ login method to prompt the user for this data. The constants accepted by C include the following: -=over 4 - =item C A login is never required to access this data. Attempting to login is @@ -299,14 +295,10 @@ I parameter. A login is always required to access this data. -=back - =item C, which takes a C argument for the user being logged out, and an C<$option> argument. Possible values for C<$option> include: -=over 4 - =item C Log out the user and invalidate his currently registered session. -- cgit v1.2.3-24-g4f1b