Throw away chaff from the FastMmap fork
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / README
diff --git a/README b/README
deleted file mode 100644 (file)
index daaceee..0000000
--- a/README
+++ /dev/null
@@ -1,31 +0,0 @@
-NAME
-    Catalyst::Plugin::Session::FastMmap - FastMmap sessions for Catalyst
-
-SYNOPSIS
-        use Catalyst 'Session::FastMmap';
-
-        $c->session->{foo} = 'bar';
-        print $c->sessionid;
-
-DESCRIPTION
-  EXTENDED METHODS
-   finalize
-   prepare_action
-   setup
-  METHODS
-   session
-   uri
-    Extends an uri with session id if needed.
-
-        my $uri = $c->uri('http://localhost/foo');
-
-SEE ALSO
-    Catalyst.
-
-AUTHOR
-    Sebastian Riedel, "sri@cpan.org"
-
-COPYRIGHT
-    This program is free software, you can redistribute it and/or modify it
-    under the same terms as Perl itself.
-