From: Arthur Axel 'fREW' Schmidt Date: Wed, 3 Mar 2010 03:14:26 +0000 (-0600) Subject: remove unneeded L4P package X-Git-Tag: v0.00200~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb85a1ca819e1d5dcda63904b8afd2cf211010d5;p=p5sagit%2FLog-Contextual.git remove unneeded L4P package --- diff --git a/lib/Log/Contextual/Log4perl.pm b/lib/Log/Contextual/Log4perl.pm deleted file mode 100644 index c4828db..0000000 --- a/lib/Log/Contextual/Log4perl.pm +++ /dev/null @@ -1,15 +0,0 @@ -# make wrapper for Log::Log4perl that fixes callstack: -# < mst> sub debug { local $Log::Log4perl::caller_depth = -# $Log::Log4perl::caller_depth + 3; shift->{l4p}->debug(@_) } -package Log::Contextual::Log4perl; - -1; - -__END__ - -=head1 NAME - -Log::Contextual::Log4perl - wrapper to fix callstack for Log::Log4perl::Logger - -=cut -