summary refs log tree commit diff
path: root/lib/Dancer
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-04-21 21:11:02 +0200
committerfranck cuny <franck@lumberjaph.net>2010-04-21 21:11:02 +0200
commit792d8d7f77f7ea8b37f9149f7d1e16589cb0ab74 (patch)
treed3e8303a5186bf696da8207feaa3f0d6fe1ae7a1 /lib/Dancer
downloaddancer-session-psgi-792d8d7f77f7ea8b37f9149f7d1e16589cb0ab74.tar.gz
initial commit
Diffstat (limited to 'lib/Dancer')
-rw-r--r--lib/Dancer/Session/PSGI.pm33
1 files changed, 33 insertions, 0 deletions
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 E<lt>franck@lumberjaph.netE<gt>
+
+=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