Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f7ae1cab30647ca704de4d4a67ab62cf > files > 33

perl-CGI-Application-Plugin-Authentication-0.130.0-1mdv2010.0.noarch.rpm

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.