diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-04-17 12:38:20 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-04-17 12:38:20 +0200 |
| commit | 6c4c80f08532fc4a7b897b62f7035d35788f3985 (patch) | |
| tree | 326cad6ea0799c116be8b17770a540fe9f094ec5 /lib | |
| download | dancer-logger-psgi-6c4c80f08532fc4a7b897b62f7035d35788f3985.tar.gz | |
initial commit
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Dancer/Logger/PSGI.pm | 33 |
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 |
