From owner-cvs-ports@FreeBSD.ORG Mon Apr 2 10:15:53 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A728106566C; Mon, 2 Apr 2012 10:15:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C91E8FC12; Mon, 2 Apr 2012 10:15:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q32AFqv9012167; Mon, 2 Apr 2012 10:15:52 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q32AFqIN012166; Mon, 2 Apr 2012 10:15:52 GMT (envelope-from sunpoet) Message-Id: <201204021015.q32AFqIN012166@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Apr 2012 10:15:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Carp Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2012 10:15:53 -0000 sunpoet 2012-04-02 10:15:52 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Carp Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Carp 1.25 The Carp routines are useful in your own modules because they act like die() or warn(), but with a message which is more likely to be useful to a user of your module. In the case of cluck, confess, and longmess that context is a summary of every call in the call-stack. For a shorter message you can use carp or croak which report the error as being from where your module was called. There is no guarantee that that is where the error was, but it is a good educated guess. WWW: http://search.cpan.org/dist/Carp/ Feature safe: yes Revision Changes Path 1.4913 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/p5-Carp/Makefile (new) 1.1 +2 -0 ports/devel/p5-Carp/distinfo (new) 1.1 +8 -0 ports/devel/p5-Carp/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Carp/pkg-plist (new)