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

Changes for version 1.13 - 2011-12-12

  • Promotes 1.12_03 to a stable release.

Changes for version 1.12_03 - 2011-12-09

  • Fix for unthreaded perls (broken in 1.12_02).

Changes for version 1.12_02 - 2011-12-07

  • Removes the cached read-only and read-write accessors for the time being. (These were only available from another development releasse.
  • Much more brutal thread-safety testing.
  • Fixed thread-safety problem with the global hashkey storage.
  • Lots of refactoring in the C code.
  • Instead of storing an index in the CV, we store a pointer to the hashkey struct.

Changes for version 1.12_01 - 2011-11-29

  • Implements cached read-only and read-write accessors. Details on what that means are in the documentation.

Modules

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