aboutsummaryrefslogtreecommitdiffstats
path: root/USER/USER.pm
diff options
context:
space:
mode:
Diffstat (limited to 'USER/USER.pm')
-rw-r--r--USER/USER.pm23
1 files changed, 10 insertions, 13 deletions
diff --git a/USER/USER.pm b/USER/USER.pm
index 5c713d5..4ff70e3 100644
--- a/USER/USER.pm
+++ b/USER/USER.pm
@@ -4,8 +4,8 @@ use strict;
require DynaLoader;
require Exporter;
-@ISA = qw(Exporter Dynaloader);
-$VERSION = '0.91';
+our @ISA = qw(Exporter Dynaloader);
+our $VERSION = '0.91';
USER->bootstrap($VERSION);
@@ -31,18 +31,15 @@ USER - Perl extension for libuser API
=head1 ABSTRACT
- This should be the abstract for USER.
- The abstract is used when making PPD (Perl Package Description) files.
- If you don't want an ABSTRACT you should also edit Makefile.PL to
- remove the ABSTRACT_FROM option.
-
+ A user and group account administration library
+
=head1 DESCRIPTION
-Stub documentation for USER, created by h2xs. It looks like the
-author of the extension was negligent enough to leave the stub
-unedited.
-
-Blah blah blah.
+ The libuser library implements a standardized interface for manipulating
+ and administering user and group accounts. The library uses pluggable
+ back-ends to interface to its data sources.
+ This is the perl Extension for libuser. It is mostly used by userdrake
+ which is a GUI for user and groups administration
=head2 EXPORT
@@ -63,7 +60,7 @@ If you have a web site set up for your module, mention it here.
=head1 AUTHOR
-daouda, E<lt>daouda@mandrakesoft.comE<gt>
+Daouda LO, E<lt>daouda@mandrakesoft.comE<gt>
=head1 COPYRIGHT AND LICENSE