projects
/
scpubgit/System-Introspector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0ce9e4a
)
clean up logging subclass
tylerr_logging
Tyler Riddle [Sun, 11 Nov 2012 01:50:45 +0000 (17:50 -0800)]
lib/System/Introspector/Logger.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/System/Introspector/Logger.pm
b/lib/System/Introspector/Logger.pm
index
b6c5382
..
6885505
100644
(file)
--- 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);