Subject: CVS commit: pkgsrc/devel/p5-Log-Dispatch
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 06/06/2001 16:18:58
Module Name:	pkgsrc
Committed By:	mjl
Date:		Wed Jun  6 13:18:58 UTC 2001

Modified Files:
	pkgsrc/devel/p5-Log-Dispatch: Makefile distinfo

Log Message:
Update to 1.79.

- Don't use $, internally.  Apparently this is usually undefined.
  Instead, the convenience methods now simply take an array of messages
  and turn it into a scalar by doing "@_".
- Allow ApacheLog to take either an Apache or Apache::Server object.
- Fix callback documentation in Log::Dispatch::Output.
- Add flush method to Log::Dispatch::Email.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Log-Dispatch/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-Log-Dispatch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.