summaryrefslogtreecommitdiff
path: root/devel/p5-Log-Agent
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-02-11Add p5-Log-Agent 0.303mjl4-0/+27
Log::Agent is a general logging framework aimed at reusable modules. Instead of having modules insist on using their onw logging reporting (by hardwiring calls to warn() or syslog()) which can conflict with the final application's choice, one may use logwarn() for instance to emit a warning.