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

Changes for version 0.33_007 - 2012-12-31

  • *** UNAUTHORIZED RELEASE ***
  • More pairwise() use only once warnings fixes, PP and XS (RT81767, RT76749)
  • Fixed bootstrap of XS devel versions

Changes for version 0.33_006

  • *** UNAUTHORIZED RELEASE ***
  • Remove "pairwise warnings" patch; it was only effective against the first calling scope, and breaks Perl 5.6. (RT76749 reverts to unresolved).
  • Shifted t/04_pairwise_warn.t to a TODO test.

Changes for version 0.33_005 - 2012-11-13

  • *** UNAUTHORIZED RELEASE ***
  • Apply patch to fix realloc cx corruption and heap-use-after-free (RT77874)

Changes for version 0.33_004

  • *** UNAUTHORIZED RELEASE ***
  • Apply patch to fix 'after', which was capable of corrupting memory if no element is found in list. (RT75727).
  • Changed two mentions in the POD of 'first_val' and 'last_val' to their correct names: 'first_value', and 'last_value' (RT78527).
  • Fixed unwanted warnings from pairwise when $a and $b are "used only once". (RT76749)
  • Added t/04_pairwise_warn.t to verify the fix.

Modules

Provide the stuff missing in List::Util