Re: [Module-build-general] Cross-platform fixes for pass-through Makefile
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <ke...@ma...> - 2003-02-17 22:02:19
|
On Monday, February 17, 2003, at 03:55 PM, sc...@po... wrote: > Heh. Good luck. I gave up on that. nmake is particularly frustrating > and brain dead about having any sane quoting rules for it. > > My attempt at a cross-platform perl one-liner generating tool is: > ExtUtils::MM_Any->oneliner in 6.06_02. I mostly gave up on trying > to deal with paths to perl with spaces in it. Good to know. =) I'll probably punt on this issue for now, just because anyone with spaces in their perl pathname probably installed perl in a nonstandard place and will likely know how to deal with it (which will probably just be to use the Build.PL instead of the Makefile.PL, honestly, since M::B doesn't have this problem). -Ken |