From: fschlich Date: Sun, 23 Feb 2014 22:10:51 +0000 (+0100) Subject: Add ABSTRACT to SetLogger.pm X-Git-Tag: v0.006004~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FLog-Contextual.git;a=commitdiff_plain;h=546fc456b8cc701d06af819e7dd208988353e19d Add ABSTRACT to SetLogger.pm --- diff --git a/lib/Log/Contextual/Role/Router/SetLogger.pm b/lib/Log/Contextual/Role/Router/SetLogger.pm index cebe6c5..1622347 100644 --- a/lib/Log/Contextual/Role/Router/SetLogger.pm +++ b/lib/Log/Contextual/Role/Router/SetLogger.pm @@ -1,5 +1,7 @@ package Log::Contextual::Role::Router::SetLogger; +# ABSTRACT: Abstract interface between loggers and logging code blocks + use Moo::Role; requires 'set_logger';