- David Wheeler's patch exposed a bug in Devel::StackTrace which could
cause exceptions to not have any value set for package, file, or line.
This is fixed by depending on Devel::StackTrace 1.04. This release is
otherwise identical to 1.15. Reported by Steve Hay.
- A description containing a single quote or backslash would cause
a syntax error in the code generated by Exception::Class. Patch
by Luc St-Louis.
PR: ports/48523
Submitted by: Erwin Lansing <erwin@lansing.dk>