The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CGI-Application-Plugin-Authentication-Driver-DBIC 0.02
======================================================

This is a driver for CGI::Application::Plugin::Authentication which in turn is
a plugin for the CGI::Application framework.  It allows you to authenticate a
user against a database accessed using DBIx::Class.


INSTALLATION

If you have the Module::Signature module installed, you can verify the
integrity of this distribution by typing:

    cpansign -v

Then to install this module type the following:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install

    or
               
    perl Makefile.PL
    make
    make test
    make install                           
                           
DEPENDENCIES

This module requires these other modules:

CGI-Application-Plugin-Authentication 0.06
DBIx-Class

At build time you will need the above modules plus the following if you want
to run all the tests

CGI-Application-Plugin-Session
DBD-SQLite 
Test-Pod 1.14
Test-Pod-Coverage 1.04
            
They are all available on CPAN (http://www.cpan.org)


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc CGI::Application::Plugin::Authentication::Driver::DBIC

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/CGI-Application-Plugin-Authentication-Driver-DBIC

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=CGI-Application-Plugin-Authentication-Driver-DBIC

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/CGI-Application-Plugin-Authentication-Driver-DBIC

    CPAN Ratings:
        http://cpanratings.perl.org/d/CGI-Application-Plugin-Authentication-Driver-DBIC

COPYRIGHT AND LICENCE

By Jaldhar H. Vyas

Copyright (C) 2007, Consolidated Braincells Inc.

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