The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Statistics::CaseResampling.

0.04  Thu Sep 23 21:00 2010
  - Exposes select_kth() to Perl.

0.03  Thu Sep 23 20:00 2010
  - median() is now much faster thanks to using
    O(n) selection instead of O(n*log(n)) quick sort.
  - Docs upgrade.

0.02  Wed Sep 22 22:00 2010
  - OBIWAN. Nuff said.

0.01  Wed Sep 22 20:00 2010
  - original version