X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=lib%2FOnis%2FUsers.pm;fp=lib%2FOnis%2FUsers.pm;h=8699be7d1560bf1b01ce79de9a7af04fc0b0eb9d;hb=a079fa409a73daae8465928b8855268a40c9b17c;hp=89c6caad2b6c4fc6c28812b2b74ffff9344c0592;hpb=6117e7a610673e050a92ae8fb2f91386dd0673f3;p=onis.git diff --git a/lib/Onis/Users.pm b/lib/Onis/Users.pm index 89c6caa..8699be7 100644 --- a/lib/Onis/Users.pm +++ b/lib/Onis/Users.pm @@ -45,13 +45,25 @@ our $IdentToName = {}; our $NameToIdent = {}; -my $VERSION = '$Id: Users.pm,v 1.2 2004/08/01 13:45:27 octo Exp $'; +my $VERSION = '$Id$'; print STDERR $/, __FILE__, ": $VERSION" if ($::DEBUG); read_config (); return (1); +=head1 CONFIGURATION OPTIONS + +=over 4 + +=item B: I; + +Sets the file from which to read the user configuration. + +=back + +=cut + sub read_config { my $config_file = 'users.conf';