Revision history for IPC::MMA

0.81 Feb 27 2010

0.7 Feb 21 2010

0.6 Nov 23 2009

0.59009 Nov 19 2009

0.59007 Nov 17 2009

0.59005 Nov 13 2009

0.59004 Nov 11 2009

0.59003 Nov 6 2009

0.58001 Oct 23 2009

0.58 Aug 15 2009

      Included revised t/2_mmArray.t to try to fix 0.54 failure 
      (inadvertently omitted from 0.55-57)

0.57 Aug 13 2009

0.56 Aug 11 2009:

      Fixed some bad code in Makefile.PL of 0.55
      It shouldn't have worked but it seemed to for me.  Forget 0.55!

0.55 Aug 10 2009:

      Tests changed to avoid some problems found by CPAN testers
      Improved Makefile.PL to ask for mm library (to reduce UNKNOWN tests)
      (No change to IPC::MMA)

0.54 Feb 26 2009:

0.53 Feb 23 2009:

0.52 Feb 15 2009:

0.51 Feb 14 2009:

0.5 Feb 13 2009: New package with largely IPC::MM compatible names.

      Retains direct call and tied interfaces for scalars and hashes.
      Adds direct-call and tied array functions with multiple storage
      types, including general purpose, signed and unsigned integer,
      floating point, boolean, and fixed-length records
      (a.k.a. maximum-length strings).

      BTree functions are retained as aliases for Hash functions.
      Hash functions return keys in sorted order, which was the
      main difference of IPC::MM's BTree mode compared to Hash mode.