diff options
author | lpsolit%gmail.com <> | 2005-07-26 23:09:47 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-07-26 23:09:47 +0200 |
commit | da69ce2b6f53856aef539cff334cd864af1b57b8 (patch) | |
tree | 77967af86337d4155888cbb8eb990dd916b77f66 /Bugzilla/Auth/Login | |
parent | 80d8289eae009f7170a7f6152ec7ededa6907bcf (diff) | |
download | bugzilla-da69ce2b6f53856aef539cff334cd864af1b57b8.tar.gz bugzilla-da69ce2b6f53856aef539cff334cd864af1b57b8.tar.xz |
Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
Diffstat (limited to 'Bugzilla/Auth/Login')
-rw-r--r-- | Bugzilla/Auth/Login/WWW.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Bugzilla/Auth/Login/WWW.pm b/Bugzilla/Auth/Login/WWW.pm index f54e5760b..f4bb102b1 100644 --- a/Bugzilla/Auth/Login/WWW.pm +++ b/Bugzilla/Auth/Login/WWW.pm @@ -104,10 +104,12 @@ Bugzilla::Auth::Login::WWW - WWW login information gathering module =head1 METHODS +=over + =item C<login> Passes C<login> calls to each class defined in the param C<user_info_class> and returns a C<Bugzilla::User> object from the first one that successfully gathers user login information. - +=back |