Merge pull request #7 from tokuhirom/master
[catagits/Web-Session.git] / README
CommitLineData
000c696e 1Plack::Middleware::Session version 0.03
3b4205cd 2===========================
3
4See the individual module documentation for more information
5
6INSTALLATION
7
8To install this module type the following:
9
10 perl Makefile.PL
11 make
12 make test
13 make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19 Plack
20 Plack::Request
de784fad 21 Digest::SHA1
3b4205cd 22
23COPYRIGHT AND LICENCE
24
25Stevan Little <stevan.little@iinteractive.com>
26
000c696e 27Copyright 2009, 2010 Infinity Interactive, Inc.
3b4205cd 28
29http://www.iinteractive.com
30
31This library is free software; you can redistribute it and/or modify
32it under the same terms as Perl itself.
33