Skip to content

cees/cgi-application-plugin-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGI::Application::Plugin::Session

Add CGI::Session support to CGI::Application


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
CGI::Session
File::Spec
Test::More

RECOMMENDED MODULES

Test::Exception


COPYRIGHT AND LICENCE

Copyright (C) 2004-2006 Cees Hek <[email protected]>

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

About

Add CGI::Session support to CGI::Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages