Fixed some POD formatting.
This commit is contained in:
parent
50948d36d6
commit
005e2eb8aa
28 changed files with 148 additions and 159 deletions
|
|
@ -26,6 +26,10 @@ use WebGUI::Authentication;
|
|||
|
||||
Package WebGUI::User
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This package provides an object-oriented way of managing WebGUI users as well as getting/setting a users's profile data.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
use WebGUI::User;
|
||||
|
|
@ -43,10 +47,6 @@ Package WebGUI::User
|
|||
$u->deleteFromGroups(\@arr);
|
||||
$u->delete;
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This package provides an object-oriented way of managing WebGUI users as well as getting/setting a users's profile data.
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
These methods are available from this class:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue