Subject: | apply is broken with 0.06 |
Date: | Mon, 14 Oct 2013 13:44:27 -0700 |
To: | bug-List-AllUtils [...] rt.cpan.org |
From: | Tatsuhiko Miyagawa <miyagawa [...] gmail.com> |
List::AllUtils 0.06 breaks dzil plugin ContributorsFromGit, which I
broke down to:
Show quoted text
> perl -MList::AllUtils=apply -e '@mult = apply { $_ *= 2 } @list;'
Array found where operator expected at -e line 1, near "} "
(Missing operator before ?)
syntax error at -e line 1, near "} @list"
Execution of -e aborted due to compilation errors.
--
Tatsuhiko Miyagawa