diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-02-01 18:23:24 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-02-01 18:23:24 +0000 |
commit | 3f939b1560e0192642f57eb63d23d6d5bb914f3c (patch) | |
tree | 6bb71b14300f8398e6fa54a6590351d74a42c795 /devel/Makefile | |
parent | da6f941364eb6e65bdfeb3a9a9938cf34486a31e (diff) | |
download | ports-3f939b1560e0192642f57eb63d23d6d5bb914f3c.tar.gz ports-3f939b1560e0192642f57eb63d23d6d5bb914f3c.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>
Notes
Notes:
svn path=/head/; revision=99730
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 059eca10d58d..a74848fafd33 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 |