CipUX-Passwd version 3.4.0.3

A simple XML-RPC client to set once own password.


INSTALLATION

To install this module,  preferably run the following commands:

        perl Build.PL
        ./Build
        ./Build test
        ./Build install

Alternatively, to install with ExtUtils::MakeMaker, you can use the following
commands:

        perl Makefile.PL
        make
        make test
        make install


DEPENDENCIES

        Carp
        CipUX
        Class::Std
        Data::Dumper
        English
        Log::Log4perl
        Readonly
        version

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Christian Kuelker <christian.kuelker@cipworx.org>

  This library is licensed under the GNU GPL - GNU General Public License
  version 2 or (at your opinion) any later version.

