From: Tyler Riddle Date: Sun, 11 Nov 2012 01:50:45 +0000 (-0800) Subject: clean up logging subclass X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f007fce968adfd1bc14fc3fc3a92c4ce92197b21;p=scpubgit%2FSystem-Introspector.git clean up logging subclass --- diff --git a/lib/System/Introspector/Logger.pm b/lib/System/Introspector/Logger.pm index b6c5382..6885505 100644 --- a/lib/System/Introspector/Logger.pm +++ b/lib/System/Introspector/Logger.pm @@ -2,12 +2,6 @@ package System::Introspector::Logger; -use strictures 1; - -use System::Introspector::Logger::Output; -use Object::Remote::Logging qw( :log ); -use Object::Remote::LogDestination; - use base qw(Object::Remote::Logging);