From 6c4c80f08532fc4a7b897b62f7035d35788f3985 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 17 Apr 2010 12:38:20 +0200 Subject: initial commit --- lib/Dancer/Logger/PSGI.pm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 lib/Dancer/Logger/PSGI.pm (limited to 'lib') 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 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