diff options
author | mjl <mjl@pkgsrc.org> | 2001-06-06 13:18:57 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-06-06 13:18:57 +0000 |
commit | 25875229af5390c5b0d86c1921394e38f9eef3dd (patch) | |
tree | a85e56468453237cb218dd111db78e3abeee4d9d /devel/p5-Log-Dispatch | |
parent | 81f70ab52134838f611274ab4884c7be82b2adfb (diff) | |
download | pkgsrc-25875229af5390c5b0d86c1921394e38f9eef3dd.tar.gz |
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.
Diffstat (limited to 'devel/p5-Log-Dispatch')
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index 7712a40dab6..e899e54e8cd 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/25 06:33:16 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/06 13:18:57 mjl Exp $ -DISTNAME= Log-Dispatch-1.77 +DISTNAME= Log-Dispatch-1.79 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} diff --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo index ce8730574c1..7134cdcaac4 100644 --- a/devel/p5-Log-Dispatch/distinfo +++ b/devel/p5-Log-Dispatch/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 00:44:38 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/06/06 13:18:57 mjl Exp $ -SHA1 (Log-Dispatch-1.77.tar.gz) = ca79ace8b5dc1456869c0cc89ac2aac021982617 -Size (Log-Dispatch-1.77.tar.gz) = 15802 bytes +SHA1 (Log-Dispatch-1.79.tar.gz) = 4afe7ce294191be31733ec5854e262cf45b46f73 +Size (Log-Dispatch-1.79.tar.gz) = 16450 bytes SHA1 (patch-aa) = baf49f317f0f9d61ce8c3440b439ac4e62f9833b |