This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
README
CGI::Application::Plugin::Authentication
adds the ability to authenticate users in your CGI::Application modules.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
Alternatively, if you do not have Module::Build but you do have 'make',
you can used the included Makefile.PL and run the following commands:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
CGI::Application >= 4.0
Scalar::Util
Class::ISA
Test::More
Test::Exception
Attribute::Handlers
UNIVERSAL::require
RECOMMENDED MODULES
Some extra modules are required for some of the features of this plugin
CGI::Application::Plugin::Authentication::Store::Session requires:
CGI::Application::Plugin::Session
CGI::Application::Plugin::Authentication::Store::Cookie requires:
CGI::Cookie
MIME::Base64
Digest::SHA1
COPYRIGHT AND LICENCE
Copyright (C) 2005, SiteSuite
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.








