View | Details | Raw Unified | Return to bug 39033
Collapse All | Expand All

(-)p5-Devel-StackTrace/Makefile (-2 / +2 lines)
Lines 7-19 Link Here
7
#
7
#
8
8
9
PORTNAME=	Devel-StackTrace
9
PORTNAME=	Devel-StackTrace
10
PORTVERSION=	0.85
10
PORTVERSION=	0.9
11
CATEGORIES=	devel perl5
11
CATEGORIES=	devel perl5
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
13
MASTER_SITE_SUBDIR=	Devel
13
MASTER_SITE_SUBDIR=	Devel
14
PKGNAMEPREFIX=	p5-
14
PKGNAMEPREFIX=	p5-
15
15
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	erwin@lansing.dk
17
17
18
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes
19
19
(-)p5-Devel-StackTrace/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Devel-StackTrace-0.85.tar.gz) = 59f6607f6423ca3c8ad81aeb7dbb2c27
1
MD5 (Devel-StackTrace-0.9.tar.gz) = 79d7cda143cf081b5897397ad3192adb
(-)p5-Devel-StackTrace/pkg-descr (-4 / +6 lines)
Lines 3-9 Link Here
3
information that can found through using the caller() function, as well as
3
information that can found through using the caller() function, as well as
4
providing a simple interface to this data. 
4
providing a simple interface to this data. 
5
5
6
The Devel::StackTrace object contains a set of Devel::StackTraceFrame objects,
6
The Devel::StackTrace object contains a set of Devel::StackTraceFrame
7
one for each level of the stack. The frames contain all the data available
7
objects, one for each level of the stack. The frames contain all the data
8
from caller() as of Perl 5.00503. There are changes in Perl 5.6.0 that have
8
available from caller() as of Perl 5.6.0 though this module still works
9
yet to be incorporated. 
9
with 5.00503. 
10
11
WWW: http://search.cpan.org/search?dist=Devel-StackTrace

Return to bug 39033