summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-StackTrace
AgeCommit message (Collapse)AuthorFilesLines
2003-09-19Update to 1.03:wiz2-6/+6
1.03 Jan 22, 2003 - Special handling of Exception::Class::Base objects when stringifying references. This avoids infinite recursion between the two classes. Requested by p5-Exception-Class package (hi he!).
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-27Lint: shorten SVR4_PKGNAMEcjep1-2/+2
2003-01-02Import of p5-Devel-StackTrace 1.02mjl4-0/+29
The Devel::StackTrace module contains two classes, Devel::StackTrace and 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.