projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2d3c094
)
removed some stray function imports from the logging system
Tyler Riddle [Mon, 4 Feb 2013 23:22:33 +0000 (15:22 -0800)]
lib/Object/Remote/Logging.pm
patch
|
blob
|
blame
|
history
lib/Object/Remote/Logging/Logger.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Object/Remote/Logging.pm
b/lib/Object/Remote/Logging.pm
index
d87629a
..
f2a7de7
100644
(file)
--- a/
lib/Object/Remote/Logging.pm
+++ b/
lib/Object/Remote/Logging.pm
@@
-1,7
+1,6
@@
package Object::Remote::Logging;
use Moo;
-use Scalar::Util qw(blessed);
use Object::Remote::Logging::Logger;
use Exporter::Declare;
diff --git
a/lib/Object/Remote/Logging/Logger.pm
b/lib/Object/Remote/Logging/Logger.pm
index
0391e46
..
5d940a1
100644
(file)
--- a/
lib/Object/Remote/Logging/Logger.pm
+++ b/
lib/Object/Remote/Logging/Logger.pm
@@
-1,7
+1,6
@@
package Object::Remote::Logging::Logger;
use Moo;
-use Scalar::Util qw(weaken);
use Carp qw(croak);
#TODO sigh invoking a logger with a log level name the same