From a82dbccf50a8ffdc63e4471a1fcadda73fb0f0f3 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Thu, 24 Apr 2003 13:25:58 +0000 Subject: - fix typo --- USER/USER.pm | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'USER') 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, Edaouda@mandrakesoft.comE +Daouda LO, Edaouda@mandrakesoft.comE =head1 COPYRIGHT AND LICENSE -- cgit v1.2.1