Changes for version 0.24 - 2021-05-10

  • CHANGES
    • Deprecate the `try do { ... }` (experimental) syntax now that try-in-do works reliably. It will be removed soon because it gets in the way of converting the parser logic to XS::Parse::Keyword
    • Add documentation about the core `use feature 'try'` and Feature::Compat::Try module
    • Added an initial attempt at B::Deparse logic

Modules

a try/catch/finally syntax for perl
B::Deparse support for Syntax::Keyword::Try