X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FMiddleware%2FSession.pm;h=9aa12d22f3d896a5053fc4ece32cbd9b35c7cb53;hb=ac4892f4391aec3071b2e167e70a53a5830c4317;hp=951b3d95c78197be21a87a156516dd0e55a914e3;hpb=6f23813be527c2410845e9095e1582edb43d3c6e;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Middleware/Session.pm b/lib/Plack/Middleware/Session.pm index 951b3d9..9aa12d2 100644 --- a/lib/Plack/Middleware/Session.pm +++ b/lib/Plack/Middleware/Session.pm @@ -44,3 +44,40 @@ sub call { 1; __END__ + +=pod + +=head1 NAME + +Plack::Middleware::Session - Middleware for session management + +=head1 SYNOPSIS + + use Plack::Middleware::Session; + +=head1 DESCRIPTION + +=head1 BUGS + +All complex software has bugs lurking in it, and this module is no +exception. If you find a bug please either email me, or add the bug +to cpan-RT. + +=head1 AUTHOR + +Tatsuhiko Miyagawa + +Stevan Little Estevan.little@iinteractive.comE + +=head1 COPYRIGHT AND LICENSE + +Copyright 2009 Infinity Interactive, Inc. + +L + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +=cut + +