remove unneeded L4P package
Arthur Axel 'fREW' Schmidt [Wed, 3 Mar 2010 03:14:26 +0000 (21:14 -0600)]
lib/Log/Contextual/Log4perl.pm [deleted file]

diff --git a/lib/Log/Contextual/Log4perl.pm b/lib/Log/Contextual/Log4perl.pm
deleted file mode 100644 (file)
index c4828db..0000000
+++ /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
-