Subject: | foreach qw in MM_Any.pm |
Date: | Sat, 1 May 2010 21:51:23 +0100 |
To: | bug-ExtUtils-MakeMaker [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
ExtUtils/MM_Any.pm has a line which uses foreach on an unparenthesised
qw(...) list, making use of the fake parens that the perl parser generates
for a qw(...) list. I'm working on a core patch that would eliminate
the fake parens, deprecating this trick, and the result at the moment
is a lot of warnings due to this file. Attached patch fixes it.
-zefram
Message body is not shown because sender requested not to inline it.