From: Tyler Riddle Date: Mon, 4 Feb 2013 23:22:33 +0000 (-0800) Subject: removed some stray function imports from the logging system X-Git-Tag: v0.003001_01~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=4cef6a48c7132caae25207eed7a2105204ef6e61 removed some stray function imports from the logging system --- diff --git a/lib/Object/Remote/Logging.pm b/lib/Object/Remote/Logging.pm index d87629a..f2a7de7 100644 --- 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 --- 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