The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension List-Flat

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