Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 4461863F1EC for ; Sun, 21 Apr 2013 11:49:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 102B614A1AE; Sun, 21 Apr 2013 11:49:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 726CC14A1AD for ; Sun, 21 Apr 2013 11:49:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GvUaneMItLep for ; Sun, 21 Apr 2013 11:49:07 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E563E14A1AB for ; Sun, 21 Apr 2013 11:49:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D6332175DD; Sun, 21 Apr 2013 11:49:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 21 Apr 2013 11:49:07 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel/p5-Log-Dispatch-Perl To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20130421114907.D6332175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Sun Apr 21 11:49:07 UTC 2013 Added Files: pkgsrc/devel/p5-Log-Dispatch-Perl: DESCR Makefile distinfo Log Message: Import p5-Log-Dispatch-Perl-0.04 as devel/p5-Log-Dispatch-Perl. 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". To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Log-Dispatch-Perl/DESCR \ pkgsrc/devel/p5-Log-Dispatch-Perl/Makefile \ pkgsrc/devel/p5-Log-Dispatch-Perl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.