X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FLogging.pm;h=b9276e9a64899bdc375e882f7ba8a1371cf491bb;hp=f30a318bcc147cddde8886e60702b3fa876e0e73;hb=624072a8803b6bb08260ff6f2b7fcb0dc05dd190;hpb=37efeb68748dd589455d8ae58d39e74700abdd67 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);