aboutsummaryrefslogtreecommitdiffstats
path: root/USER
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2003-04-24 13:25:58 +0000
committerDaouda Lo <daouda@mandriva.com>2003-04-24 13:25:58 +0000
commita82dbccf50a8ffdc63e4471a1fcadda73fb0f0f3 (patch)
treefcc05080072f8c2033b162afc008fd8d16f58300 /USER
parentf711e5a5fb9d671f049a0ba9b9ffbfd7b1e0e569 (diff)
downloaduserdrake-a82dbccf50a8ffdc63e4471a1fcadda73fb0f0f3.tar
userdrake-a82dbccf50a8ffdc63e4471a1fcadda73fb0f0f3.tar.gz
userdrake-a82dbccf50a8ffdc63e4471a1fcadda73fb0f0f3.tar.bz2
userdrake-a82dbccf50a8ffdc63e4471a1fcadda73fb0f0f3.tar.xz
userdrake-a82dbccf50a8ffdc63e4471a1fcadda73fb0f0f3.zip
- fix typo
Diffstat (limited to 'USER')
-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