summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-07-29 19:39:49 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-07-29 19:39:49 +0000
commit1f2cd7d6db0d66d26428bc40ea5b4b19f8092a2f (patch)
treec1171dba0d333b89ec5b53f457acbaa7482faf49 /databases/Makefile
parent- Pass maintainership to submitter (diff)
DBIx::Log4perl is a wrapper over DBI which adds logging of your DBI activity
via a Log::Log4perl handle. Log::Log4perl has many advantages for logging but the ones probably most attractive are: The ability to turn logging on or off or change the logging you see without changing your code. Different log levels allowing you to separate warnings, errors and fatals to different files. WWW: http://search.cpan.org/dist/DBIx-Log4perl/ PR: ports/100610 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Notes
Notes: svn path=/head/; revision=169067
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 306a7b020438..b2c4034d4be7 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -232,6 +232,7 @@
SUBDIR += p5-DBIx-DBSchema
SUBDIR += p5-DBIx-DataSource
SUBDIR += p5-DBIx-Ease
+ SUBDIR += p5-DBIx-Log4perl
SUBDIR += p5-DBIx-MySQLSequence
SUBDIR += p5-DBIx-Password
SUBDIR += p5-DBIx-Recordset