X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote%2FLogging.pm;h=b9276e9a64899bdc375e882f7ba8a1371cf491bb;hb=8506bc0849fa561ef232a09e0394c417bc437aa2;hp=f30a318bcc147cddde8886e60702b3fa876e0e73;hpb=5d59cb9859e004df5cde5d83aa7230e621a28b95;p=scpubgit%2FObject-Remote.git diff --git a/lib/Object/Remote/Logging.pm b/lib/Object/Remote/Logging.pm index f30a318..b9276e9 100644 --- a/lib/Object/Remote/Logging.pm +++ b/lib/Object/Remote/Logging.pm @@ -2,9 +2,8 @@ package Object::Remote::Logging; use strictures 1; -use Log::Contextual qw( :log ); use Object::Remote::LogRouter; -use Object::Remote::LogDestination; +use Object::Remote::LogDestination; use Log::Contextual::SimpleLogger; use Carp qw(cluck);