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