Re: [Module::Build] Does ./Build work on Windows?
Status: Beta
Brought to you by:
kwilliams
|
From: David G. <da...@hy...> - 2006-01-29 13:45:29
|
Andreas J. Koenig wrote: > Is this really everything Module::Build has to offer? No Build.bat > file? Has Build.bat been ever considered? > > It makes support from CPAN.pm's view a bit tricky (though not > impossible), because we want a user-configurable call for the 'Build > install' command and if that call involves the "appropriate value for > perl", then the user needs a way to specify where the "appropriate > value for perl" shall be included. I think you need to explain more about what the sticking point is. The "obvious" thing that jumps out is why not use $^X or a user-supplied alternative path to Perl? (E.g. "sudo /usr/bin/perl" -- but that's irrelevant for Windows-land anyway.) What's the use-case you're trying to support? Regards, David |