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

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