Changes for version 0.02
- Fix a packaging error (the inc/ directory was not being shipped)
Modules
Parse the text representation of a stack trace into an object.
Exceptions that can be thrown by Parse::StackTrace modules
A single frame (containing a single function) from a stack trace.
A single thread (or the only thread) of a stack trace.
A stack trace produced by GDB, the GNU Debugger
A GDB stack frame
A thread from a GDB stack trace
A stack trace produced by python
A frame from a Python stack trace
A thread from a Python stack trace.