From 792d8d7f77f7ea8b37f9149f7d1e16589cb0ab74 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 21 Apr 2010 21:11:02 +0200 Subject: initial commit --- lib/Dancer/Session/PSGI.pm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 lib/Dancer/Session/PSGI.pm (limited to 'lib/Dancer/Session') diff --git a/lib/Dancer/Session/PSGI.pm b/lib/Dancer/Session/PSGI.pm new file mode 100644 index 0000000..00bb5d6 --- /dev/null +++ b/lib/Dancer/Session/PSGI.pm @@ -0,0 +1,33 @@ +package Dancer::Session::PSGI; + +use strict; +use warnings; +our $VERSION = '0.01'; + +1; +__END__ + +=head1 NAME + +Dancer::Session::PSGI - + +=head1 SYNOPSIS + + use Dancer::Session::PSGI; + +=head1 DESCRIPTION + +Dancer::Session::PSGI is + +=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 v1.2.3