Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 57124
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.

Thanks, I've pushed it in.