diff options
author | bapt <bapt@FreeBSD.org> | 2011-09-20 17:31:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-09-20 17:31:56 +0800 |
commit | d74dc85679168a66b35a4c20747df54c5c0ed8c5 (patch) | |
tree | 27e357ff802306d601980e93cfa48afa803e65ca /devel/Makefile | |
parent | d518887c7a956eeff9c1bb956bdecbe99723ff8c (diff) | |
download | freebsd-ports-graphics-d74dc85679168a66b35a4c20747df54c5c0ed8c5.tar.gz freebsd-ports-graphics-d74dc85679168a66b35a4c20747df54c5c0ed8c5.tar.zst freebsd-ports-graphics-d74dc85679168a66b35a4c20747df54c5c0ed8c5.zip |
This provides a Log::Dispatch log output system that appends logged
events to an array reference. This is probably only useful for testing
the logging of your code.
WWW: http://search.cpan.org/dist/Log-Dispatch-Array/
Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 15c9c7e8679..ebd05c4eea8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1909,6 +1909,7 @@ SUBDIR += p5-Log-Any-Adapter-Syslog SUBDIR += p5-Log-Any-App SUBDIR += p5-Log-Dispatch + SUBDIR += p5-Log-Dispatch-Array SUBDIR += p5-Log-Dispatch-Colorful SUBDIR += p5-Log-Dispatch-Config SUBDIR += p5-Log-Dispatch-Configurator-YAML |