adding Makefile.PL, Changes, README and such
[catagits/Web-Session.git] / README
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..4f2ba16
--- /dev/null
+++ b/README
@@ -0,0 +1,33 @@
+Plack::Session version 0.01
+===========================
+
+See the individual module documentation for more information
+
+INSTALLATION
+
+To install this module type the following:
+
+   perl Makefile.PL
+   make
+   make test
+   make install
+
+DEPENDENCIES
+
+This module requires these other modules and libraries:
+
+    Plack
+    Plack::Request
+    Digest::SHA
+
+COPYRIGHT AND LICENCE
+
+Stevan Little <stevan.little@iinteractive.com>
+
+Copyright 2009 Infinity Interactive, Inc.
+
+http://www.iinteractive.com
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+