PaulHowarth/Blog/2014-11-02

Sunday 2nd November 2014

Local Packages

  • Updated perl-Devel-StackTrace to 2.00:

  • Backwards Incompatibilities

    • The no_refs constructor parameter is now deprecated, and has been replaced 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!)


Recent