upgrade to 0.9

assume maintainership

PR:		39033
Submitted by:	Erwin Lansing <erwin@lansing.dk> (new maintainer)
This commit is contained in:
Ying-Chieh Liao 2002-06-08 19:17:14 +00:00
parent 3fcb40579f
commit 0a23a0a9b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60899
3 changed files with 9 additions and 7 deletions

View File

@ -7,13 +7,13 @@
#
PORTNAME= Devel-StackTrace
PORTVERSION= 0.85
PORTVERSION= 0.9
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= erwin@lansing.dk
PERL_CONFIGURE= yes

View File

@ -1 +1 @@
MD5 (Devel-StackTrace-0.85.tar.gz) = 59f6607f6423ca3c8ad81aeb7dbb2c27
MD5 (Devel-StackTrace-0.9.tar.gz) = 79d7cda143cf081b5897397ad3192adb

View File

@ -3,7 +3,9 @@ Devel::StackTraceFrame. The goal of this object is to encapsulate the
information that can found through using the caller() function, as well as
providing a simple interface to this data.
The Devel::StackTrace object contains a set of Devel::StackTraceFrame objects,
one for each level of the stack. The frames contain all the data available
from caller() as of Perl 5.00503. There are changes in Perl 5.6.0 that have
yet to be incorporated.
The Devel::StackTrace object contains a set of Devel::StackTraceFrame
objects, one for each level of the stack. The frames contain all the data
available from caller() as of Perl 5.6.0 though this module still works
with 5.00503.
WWW: http://search.cpan.org/search?dist=Devel-StackTrace