PaulHowarth/Blog/2018-05-07

Monday 7th May 2018

Fedora Project

  • Updated perl-autobox to 3.0.1 in Rawhide:

    • Breaking change:
      • The behaviour of UNIVERSAL methods like $native->can and $native->isa is now defined as being the same as when autobox is not enabled rather than "undefined" (technically, this still falls under the rubric of "undefined", but the switch from "don't know" to "don't" could break buggy code, so bump for safety)

      • Add DOES to the list of non-autoboxed methods

    • Switch to semantic versioning scheme
    • Upgrade ppport.h from 3.35 → 3.42

    • Fix version declaration on 5.8 (GH#11)


Recent