From 080fa421705f94af27891be98817c661cb5345fd Mon Sep 17 00:00:00 2001 From: franck cuny Date: Fri, 4 Jun 2010 12:25:31 +0200 Subject: switch to dzill --- lib/Dancer/Session/PSGI.pm | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'lib') diff --git a/lib/Dancer/Session/PSGI.pm b/lib/Dancer/Session/PSGI.pm index f82cb0d..c37c05d 100644 --- a/lib/Dancer/Session/PSGI.pm +++ b/lib/Dancer/Session/PSGI.pm @@ -1,5 +1,7 @@ package Dancer::Session::PSGI; +# ABSTRACT: Let Plack::Middleware::Session handle Dancer's session + use strict; use warnings; our $VERSION = '0.01'; @@ -33,11 +35,6 @@ sub destroy { } 1; -__END__ - -=head1 NAME - -Dancer::Session::PSGI - Let Plack::Middleware::Session handle session =head1 SYNOPSIS @@ -80,16 +77,3 @@ Now, your two applications can share the same session informations. =head1 DESCRIPTION Dancer::Session::PSGI let you use C as backend for your sessions. - -=head1 AUTHOR - -franck cuny Efranck@lumberjaph.netE - -=head1 SEE ALSO - -=head1 LICENSE - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - -=cut -- cgit 1.4.1