diff options
author | erwin <erwin@FreeBSD.org> | 2004-02-02 02:23:24 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-02-02 02:23:24 +0800 |
commit | 6734391bbf9a2229be423d13933505ab3b486e0b (patch) | |
tree | e98d41c2c107251f0063f7340a8ef9bc8d3abc73 /devel/Makefile | |
parent | 3f17ec0cb1019dc842282ed8a69bf379138c294c (diff) | |
download | freebsd-ports-graphics-6734391bbf9a2229be423d13933505ab3b486e0b.tar.gz freebsd-ports-graphics-6734391bbf9a2229be423d13933505ab3b486e0b.tar.zst freebsd-ports-graphics-6734391bbf9a2229be423d13933505ab3b486e0b.zip |
Add p5-Log-Dispatch-Perl 0.03, a Log::Dispatch plug-in using core Perl
functions for logging.
The "Log::Dispatch::Perl" module offers a logging alternative using
standard Perl core functions. It allows you to fall back to the
common Perl alternatives for logging, such as "warn" and "cluck".
It also adds the possibility for a logging action to halt the current
environment, such as with "die" and "croak".
WWW: http://search.cpan.org/dist/Log-Dispatch-Perl/
PR: ports/62220
Submitted by: Lars Thegler <lars@thegler.dk>
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 059eca10d58..a74848fafd3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -753,6 +753,7 @@ SUBDIR += p5-Log-Dispatch SUBDIR += p5-Log-Dispatch-Config SUBDIR += p5-Log-Dispatch-FileRotate + SUBDIR += p5-Log-Dispatch-Perl SUBDIR += p5-Log-Log4perl SUBDIR += p5-Log-TraceMessages SUBDIR += p5-Mac-FileSpec-Unixish |