refactor log router API to use named args and clearer names for those args
authorTyler Riddle <t.riddle@shadowcat.co.uk>
Tue, 8 Jan 2013 22:32:35 +0000 (14:32 -0800)
committerArthur Axel 'fREW' Schmidt <frioux@gmail.com>
Fri, 11 Jan 2013 21:14:21 +0000 (15:14 -0600)
commita5454e755d2a71600c857c61c970f39edbb3a027
tree573fc718ee7abaf2db0bc74ead587cfb5a1b1dbb
parenteab2ca3c8fb0716d4f0c74e30a7a96fb7d9b6b69
refactor log router API to use named args and clearer names for those args
Makefile.PL
lib/Log/Contextual.pm
lib/Log/Contextual/Role/Router.pm
lib/Log/Contextual/Router.pm
t/lib/TestExporter.pm [new file with mode: 0644]
t/lib/TestRouter.pm [new file with mode: 0644]
t/router_api.t [new file with mode: 0644]