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

Created:      2012-03-23
Home page:    <https://metacpan.org/release/List-MapMulti>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=List-MapMulti>
Maintainer:   Toby Inkster <mailto:tobyink@cpan.org>

0.003  2012-12-10

 - (Addition) Make $a and $b act as aliases for $_[0] and $_[1] within a
   mapm block.
   ++$JBERGER
 - (Bugfix) Fix behaviour when iterating through a zero-length list. (If
   any one of the lists passed is zero-length, the iterator should finish
   instantly.)
 - (Packaging) Document test cases and examples.

0.002  2012-04-16

 - (Bugfix) Make $_ work as documented within a mapm block.

0.001  2012-03-23  # Initial release