Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Devel-StackTrace
From: Jens Rehsack
Date: 2010-09-08 08:28:25
Message id: 20100908062825.E7912175DD@cvs.netbsd.org
Log Message:
Updating devel/p5-Devel-StackTrace from 1.2200nb1 to 1.2500
pkgsrc changes:
- adjusting Module Type
- adjusting license definition
Upstream changes:
1.25 Sep 6, 2010
- Devel::StackTraceFrame was not actually subclassing
Devel::StackTrace::Frame. Patch by Tatsuhiko Miyagawa.
1.24 Sep 3, 2010
- Version 1.23 was missing a $VERSION assignment. Reported by Sergei
Vyshenski.
- Moved the frame object to its own file, and renamed it
Devel::StackTrace::Frame. The old package name, Devel::StackTraceFrame, is
now a subclass of the new package, to provide a backwards compatibility
shim.
1.23 Aug 27, 2010
- Added message and indent constructor parameters. Based on a patch by James
Laver. RT #59830.
Files: