rename dist to Plack::Middleware::Session for consistency
[catagits/Web-Session.git] / README
CommitLineData
d94ab365 1Plack::Middleware::Session version 0.01
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
21 Digest::SHA
22
23COPYRIGHT AND LICENCE
24
25Stevan Little <stevan.little@iinteractive.com>
26
27Copyright 2009 Infinity Interactive, Inc.
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