lib/Ius/Dav/Htpasswd.pm
changeset 38 460f4d75e403
parent 32 647b45aaf4da
child 41 7d44aec44603
equal deleted inserted replaced
37:fee44892ca1e 38:460f4d75e403
    34 
    34 
    35     our ( $VERSION, @ISA, @EXPORT_OK );
    35     our ( $VERSION, @ISA, @EXPORT_OK );
    36     use Exporter;
    36     use Exporter;
    37 
    37 
    38     # set the version for version checking
    38     # set the version for version checking
    39     $VERSION = 0.1;
    39     $VERSION = 0.2;
    40 
    40 
    41     @ISA       = qw(Exporter);
    41     @ISA       = qw(Exporter);
    42     @EXPORT_OK = qw(readconfig mkpasswd useradd userdel userexpiry usage);
    42     @EXPORT_OK = qw(readconfig mkpasswd useradd userdel userexpiry usage);
    43 }
    43 }
    44 
    44