Basic CGI authentication interface.
Read the module's POD for documentation and examples.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
or under Windows:
perl Makefile.PL
nmake
nmake test
nmake install
Alternatively, you can use the Build.PL
perl Build.PL
perl Build
perl Build test
perl Build install
DEPENDENCIES
None() if $your_perl >= 5.004;
BUILD DEPENDENCIES
Test::More
COPYRIGHT AND LICENCE
Copyright (C) 2004-2009 Burak Gürsoy <burak@cpan.org>. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.