summaryrefslogtreecommitdiff
path: root/lib/Dancer/Logger/PSGI.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-04-17 12:38:20 +0200
committerfranck cuny <franck@lumberjaph.net>2010-04-17 12:38:20 +0200
commit6c4c80f08532fc4a7b897b62f7035d35788f3985 (patch)
tree326cad6ea0799c116be8b17770a540fe9f094ec5 /lib/Dancer/Logger/PSGI.pm
downloaddancer-logger-psgi-6c4c80f08532fc4a7b897b62f7035d35788f3985.tar.gz
initial commit
Diffstat (limited to 'lib/Dancer/Logger/PSGI.pm')
-rw-r--r--lib/Dancer/Logger/PSGI.pm33
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/Dancer/Logger/PSGI.pm b/lib/Dancer/Logger/PSGI.pm
new file mode 100644
index 0000000..f6e6dd4
--- /dev/null
+++ b/lib/Dancer/Logger/PSGI.pm
@@ -0,0 +1,33 @@
+package Dancer::Logger::PSGI;
+
+use strict;
+use warnings;
+our $VERSION = '0.01';
+
+1;
+__END__
+
+=head1 NAME
+
+Dancer::Logger::PSGI -
+
+=head1 SYNOPSIS
+
+ use Dancer::Logger::PSGI;
+
+=head1 DESCRIPTION
+
+Dancer::Logger::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