CipUX-RBAC-Simple version 3.4.0.0

  Simple form of Role Based Access Control - RBAC. CipUX-RBAC-Simple is used by
  the CipUX XML RPC server for authorization.


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
 CipUX::Task
 Class::Std
 Data::Dumper
 English
 Graph
 Graph::Directed
 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.

