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