Re: [Module::Build] Re: [PATCH] add Module::Build 0.27_08
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2006-03-07 19:29:56
|
On Mar 7, 2006, at 9:24 AM, Yitzchak Scott-Thoennes wrote: > > > On darwin, is $^X just the filename, or is it a relative path? It's various values in different contexts. ISTR that on Panther or Jaguar or something, if you used a shebang script with an absolute path in the shebang line, you'd only get a relative path (typically 'perl') in $^X, which isn't helpful. I think that's classic BSD-ish behavior. In Tiger it seems like they may have fixed it. -Ken |