blob: f6e6dd4ac646adf964b772b039210da96478cd3e (
plain) (
tree)
|
|
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
|