From 59949f14ef0e3f04dda22a849969993069b6ddf3 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 3 Jun 2010 14:52:53 +0200 Subject: swith to dist::zilla --- lib/Dancer/Logger/PSGI.pm | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) (limited to 'lib') diff --git a/lib/Dancer/Logger/PSGI.pm b/lib/Dancer/Logger/PSGI.pm index 797def4..9134e2b 100644 --- a/lib/Dancer/Logger/PSGI.pm +++ b/lib/Dancer/Logger/PSGI.pm @@ -1,7 +1,10 @@ package Dancer::Logger::PSGI; +# ABSTRACT: PSGI Log handler for Dancer + use strict; use warnings; + our $VERSION = '0.01'; use Dancer::SharedData; @@ -19,11 +22,6 @@ sub _log { } 1; -__END__ - -=head1 NAME - -Dancer::Logger::PSGI - PSGI logger handler for Dancer =head1 SYNOPSIS @@ -44,18 +42,3 @@ With L, all your log will be send to the javas =head1 DESCRIPTION This class is an interface between your Dancer's application and B. Message will be logged in whatever logger you decided to use in your L handler. If no logger is defined, nothing will be logged. - -=head1 AUTHOR - -franck cuny Efranck@lumberjaph.netE - -=head1 SEE ALSO - -L, L, L. - -=head1 LICENSE - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - -=cut -- cgit 1.4.1