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 List-Flat

0.003 2017-06-19T01:09:11Z

    - Work around testing errors (apparently present 
      only in older versions of Test::More).
      No changes to the actual List::Flat code.

0.002 2017-06-17T03:36:22Z

    - First non-alpha release

0.001_003 2017-06-11T19:46:29Z

    - Implement slightly faster tail call from flat() and 
      flat_r() to private sub _flat(). Thanks to Toby Inkster
      for the patch. (PR #1)

0.001_002 2017-06-09T05:23:34Z

    - Added flat() that croaks on circular references,
      renamed old flat to flat_r, renamed old flatx to flat_f

0.001_001

    - original version