The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.00 - 2014-11-01

  • BACKWARDS INCOMPATIBILITIES
    • The no_refs constructor parameter is now deprecated, and has been replace by a new unsafe_ref_capture parameter that defaults to false, meaning no references are captured by default. Capturing references by default caused too many issues that couldn't be worked around, including running DESTROY blocks multiple times on captured objects in the worst case.
    • Removed support for the long-deprecated no_object_refs constructor parameter (deprecated in 2002!).

Modules

An object representing a stack trace
A single frame in a stack trace