CGI-Builder-Auth version 0.01

This module integrates an authentication system into your CGI::Builder application, and provides a back end for accessing a simple user database stored in text files. The system provides a way to track the current user and restrict access to pages based on the user or groups the user belongs to.

See the POD for details.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

Carp
CGI::Builder >= 1.11
Class::constr (OOTools) >= 1.75
Scalar::Util
Digest::MD5
File::Basename
Test::More

COPYRIGHT AND LICENCE

Copyright (C) 2004 Vincent Veselosky [[http://control-escape.com]]

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.