The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.17 - 2013-06-17

  • For Hashes: Implement predicates that check definedness and existance explicitly. The traditional "predicates" check definedness. It's conceivable to also want a bool-check type predicate. File a ticket if you need that.
  • Fix bug regarding getters being implicitly lvalue by returning the internal SV*. Instead, we now use TARG.

Modules

Generate fast XS accessors without runtime compilation
Generate fast XS accessors without runtime compilation
Guts you don't care about