projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
546fc45
)
Add ABSTRACT to WithLogger.pm
fschlich [Sun, 23 Feb 2014 22:12:07 +0000 (23:12 +0100)]
lib/Log/Contextual/Role/Router/WithLogger.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Log/Contextual/Role/Router/WithLogger.pm
b/lib/Log/Contextual/Role/Router/WithLogger.pm
index
7268937
..
c4aef6b
100644
(file)
--- 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';