Andy Dougherty wrote: > > On Sun, 30 Nov 2003, Rafael Garcia-Suarez wrote: > > > As of change 21740, xsubpp should be installed in the executables directories > > ($prefix/bin/xsubpp5.9.0) and no more in lib/. Is this what you expect ? does > > it happen ? > > Does this mean xsubpp will get the same version-number treatment as the > main perl executable? That is, will 5.10.0 install both xsubpp5.10.0 and > xsubpp as the same excutable? Hope so. > Also, will MakeMaker (and Module::Build) > now always use $prefix/bin/xsubpp5.x.x instead of a plain xsubpp? I hope > so, or else it will be difficult to simultaneously maintain multiple > versions of perl installed under the same $prefix. Currently MakeMaker looks for xsubpp in 'ExtUtils' directories of the @INC directories. (look for MM_Unix::tool_xsubpp().) This could be potentially problematic in edge cases. Looking for xsubpp5.x.y in $Config{installbin} (or any more appropriate Config variable) would be a small improvement.Thread Previous | Thread Next