X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=README;fp=README;h=0000000000000000000000000000000000000000;hp=daaceeeea967dd42e1639bb83aa518fd51234bea;hb=5edca53be788d3b0cb0c20caaf9fce5b8b932c5c;hpb=57dbf608ad2080b02fe22ed88dcec44fd997aa4f diff --git a/README b/README deleted file mode 100644 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. -