1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Exception::Handler

Exception::Handler helps to report exceptions with formatted text
call-stack.

WWW: http://www.cpan.org/

PR:		ports/112129
Submitted by:	Jeff Hung <jeffhung@mail2000.com.tw>
This commit is contained in:
Martin Wilke 2007-04-26 20:00:38 +00:00
parent a9b8733876
commit 380cda1a2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190950
5 changed files with 38 additions and 0 deletions

View File

@ -1113,6 +1113,7 @@
SUBDIR += p5-Event-Lib
SUBDIR += p5-Event-RPC
SUBDIR += p5-Exception-Class
SUBDIR += p5-Exception-Handler
SUBDIR += p5-Expect-Simple
SUBDIR += p5-Exporter-Lite
SUBDIR += p5-Exporter-Tidy

View File

@ -0,0 +1,23 @@
# New ports collection Makefile for: p5-Exception-Handler
# Date created: 25th April 2007
# Whom: jeffhung
#
# $FreeBSD$
#
PORTNAME= Exception-Handler
PORTVERSION= 1.004
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Exception
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jeffhung@mail2000.com.tw
COMMENT= Perl5 module that report exceptions with formatted text call-stack.
PERL_CONFIGURE= YES
MAN3= Exception::Handler.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Exception-Handler-1.004.tar.gz) = 62867ab3a5ccedb3a33b7a949d59e7f5
SHA256 (Exception-Handler-1.004.tar.gz) = d7dd8a98cbbb59c2a37a3cfac168627afaea3592f96ac345ec1461b5a8dad251
SIZE (Exception-Handler-1.004.tar.gz) = 3565

View File

@ -0,0 +1,6 @@
Exception::Handler
Exception::Handler helps to report exceptions with formatted text
call-stack.
WWW: http://www.cpan.org/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Exception/Handler.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception/Handler/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception/Handler
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception
@dirrmtry %%SITE_PERL%%/Exception