This is the README file for the PERL module Mail::PopPwd
for Version 0.01

This is a poppassd client module for perl5. It provides an object-oriented
interface to a poppassd daemon. It can be used to write perl-based clients
to change users password (you can even use this for change passwords via 
www clients). See the inline POD document for more details
(perldoc Mail::PopPwd).


Get and install the Poppassd daemon.
http://www.ceti.com.pl/~kravietz/prog.html
http://www.ceti.com.pl/~kravietz/progs/poppassd-1.8-ceti.tar.gz

Prerequisites

In order to install and use this package you will need Crypt::Cracklib
installed.

To install Mail::PopPwd:

% perl Makefile.PL
% make
% make test
% make install

Copyright (c) 2001 Henrique Dias. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.