[Module::Build] Re: [PATCH] add Module::Build 0.27_08
Status: Beta
Brought to you by:
kwilliams
|
From: Yitzchak Scott-T. <sth...@ef...> - 2006-03-07 16:43:19
|
On Tue, Mar 07, 2006 at 05:36:45PM +0100, Dominic Dunlop wrote: > > warn "checking in $_, \$^X is $^X, perl is $perl, -f \$perl is ", > >-f $perl; > ^^ > Um, the $_ that is the topic of the map() is out of scope at the top > of the loop, and there doesn't seem to be another relevant one in > scope. But, because I can't suggest anything better... Sorry, I meant $perl (which I already included :( ). |