Date: Mon, 13 Feb 2017 18:58:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434014 - in head/devel: . p5-Devel-Confess Message-ID: <201702131858.v1DIwvFT093088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Feb 13 18:58:57 2017 New Revision: 434014 URL: https://svnweb.freebsd.org/changeset/ports/434014 Log: Add p5-Devel-Confess 0.009003 This module is meant as a debugging aid. It can be used to make a script complain loudly with stack backtraces when warn()ing or die()ing. Unlike other similar modules (e.g. Carp::Always), stack traces will also be included when exception objects are thrown. WWW: http://search.cpan.org/dist/Devel-Confess/ Added: head/devel/p5-Devel-Confess/ head/devel/p5-Devel-Confess/Makefile (contents, props changed) head/devel/p5-Devel-Confess/distinfo (contents, props changed) head/devel/p5-Devel-Confess/pkg-descr (contents, props changed) head/devel/p5-Devel-Confess/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Feb 13 18:38:22 2017 (r434013) +++ head/devel/Makefile Mon Feb 13 18:58:57 2017 (r434014) @@ -2259,6 +2259,7 @@ SUBDIR += p5-Devel-CheckCompiler SUBDIR += p5-Devel-CheckLib SUBDIR += p5-Devel-CheckOS + SUBDIR += p5-Devel-Confess SUBDIR += p5-Devel-Constants SUBDIR += p5-Devel-CoreStack SUBDIR += p5-Devel-Cover Added: head/devel/p5-Devel-Confess/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-Confess/Makefile Mon Feb 13 18:58:57 2017 (r434014) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Devel-Confess +PORTVERSION= 0.009003 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Include stack traces on all warnings and errors + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> Added: head/devel/p5-Devel-Confess/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-Confess/distinfo Mon Feb 13 18:58:57 2017 (r434014) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487009239 +SHA256 (Devel-Confess-0.009003.tar.gz) = 21a47e5315ae2e19be98244046f4c579769d8caaf2a367d6a6727cb64f47ab43 +SIZE (Devel-Confess-0.009003.tar.gz) = 23273 Added: head/devel/p5-Devel-Confess/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-Confess/pkg-descr Mon Feb 13 18:58:57 2017 (r434014) @@ -0,0 +1,6 @@ +This module is meant as a debugging aid. It can be used to make a script +complain loudly with stack backtraces when warn()ing or die()ing. Unlike other +similar modules (e.g. Carp::Always), stack traces will also be included when +exception objects are thrown. + +WWW: http://search.cpan.org/dist/Devel-Confess/ Added: head/devel/p5-Devel-Confess/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-Confess/pkg-plist Mon Feb 13 18:58:57 2017 (r434014) @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Devel/Confess.pm +%%SITE_PERL%%/Devel/Confess/Builtin.pm +%%SITE_PERL%%/Devel/Confess/Source.pm +%%SITE_PERL%%/Devel/Confess/_Util.pm +%%PERL5_MAN3%%/Devel::Confess.3.gz +%%PERL5_MAN3%%/Devel::Confess::Builtin.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702131858.v1DIwvFT093088>